@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,700&display=swap");
@import url("csshake-slow.css");
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:active {
  font-size: 16px !important;
  transition: none !important;
}

*:focus {
  outline: none !important;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h1 {
  font-size: 3rem;
}

h2 {
  line-height: 2.6rem;
}

h4 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

h5 {
  margin: 0;
  font-size: 22px;
}

.lead {
  font-weight: normal;
}

b, strong {
  font-weight: bold !important;
}

p {
  line-height: 1.4;
  font-size: 0.875rem;
}

[class^=display-] {
  font-weight: normal;
}

.display-5 {
  font-size: 35px;
}

.display-4 {
  font-size: 48px;
}

.display-3 {
  font-size: 56px;
}

body {
  background: white;
  font: 100% "Montserrat", Helvetica, sans-serif;
  color: #26262f;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg-dark {
  background: #1d1e1f !important;
}

.text-muted {
  color: inherit !important;
  opacity: 0.8;
  font-size: 0.875rem !important;
  line-height: 1.4rem !important;
}

.text-lead {
  font-size: 18px;
  font-weight: bold;
  color: #e50C26;
}

.container-fluid,
section {
  max-width: 1920px;
}

.container {
  max-width: 1320px;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.link {
  color: #e50C26;
}
.link:hover {
  color: #e50C26;
}

.rotate-180 {
  transform: rotate(180deg);
}

.navbar .nav-item .nav-link {
  color: #fff;
}
.navbar .nav-item.active .nav-link {
  color: #e50C26;
}

.plan-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.plan-card {
  border: 1px solid #ebedf1;
  position: relative;
  overflow: hidden;
  transition: border 0.2s;
  padding: 32px 24px 24px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  border-radius: 8px;
  flex: 1;
  min-width: 250px;
  max-width: 400px;
  margin: 0 4px 8px;
  box-shadow: 0px 14px 26px rgb(123 120 136 / 10%);
  align-items: center;
}

.plan-card h4 {
  font-size: 1.5rem;
}

.plan-card small {
  font-size: 0.875rem;
  margin-top: 4px;
}

.plan-card .text-muted {
  margin: 12px;
}

.plan-card .price {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 12px 0;
}

.plan-card div,
.plan-card button,
.plan-card a {
  width: 100%;
}

/* .plan-card.plan-popular {
  border-color: #e50C26;
} */
/* .plan-card.plan-popular::after {
  content: "Popular";
  text-transform: uppercase;
  position: absolute;
  background: #e50C26;
  font-size: 12px;
  font-weight: bold;
  width: 138px;
  text-align: center;
  padding: 4px 0;
  transform: rotate(-45deg);
  left: -35px;
  top: 20px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.15);
} */

.plan-cards-big .plan-card .btn-deselect {
  display: none;
  border-radius: 4px;
}
.plan-cards-big .plan-card .btn-deselect:hover {
  background: rgba(60, 65, 80, 0.6);
  color: #fff;
}
.plan-cards-big .plan-card.selected {
  border-color: #e50C26 !important;
}
.plan-cards-big .plan-card.selected .btn-select {
  display: none;
}
.plan-cards-big .plan-card.selected .btn-deselect {
  display: block;
}

.form-group {
  position: relative;
  margin-bottom: 32px;
}

.password-eye {
  background: url("../images/password-eyes.svg") no-repeat;
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -9px;
}

.password-eye.visible {
  background-position: -20px 0;
}

textarea {
  resize: none;
}

.form-control {
  -webkit-appearance:none;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L4.5 4.5L7.5 1.5' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  cursor: pointer;
}

select.form-control + label {
  cursor: pointer !important;
}

.form-control,
select.form-control:invalid {
  color: #000 !important;
  font-size: 16px;
  background: white;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
}
.form-control + label,
select.form-control:invalid + label {
  line-height: 1;
  position: absolute;
  top: 11px;
  left: 12px;
  user-select: none;
  cursor: text;
  transform-origin: 0 50%;
  transition: all 0.2s;
  color: #767c8c;
  transform: none;
}
.form-control:focus,
.form-control:not(:placeholder-shown) {
  border: 1px solid #dfdfdf;
  box-shadow: none;
}
.form-control:focus {
  border-color: #e50C26;
}
.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
  transform: scale(0.8);
  color: #767c8c;
  top: -18px;
  left: 0;
}
.form-control:focus + label {
  color: #e50C26;
}
.form-control::placeholder {
  color: transparent;
}

.form-control[type="password"] {
  padding-right: 40px;
}

.label {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
  user-select: none;
  cursor: text;
  transform-origin: 0 50%;
  transition: all 0.2s;
  color: #565d70;
  transform: scale(0.8);
  color: #e50C26;
  top: -13px;
}

.form-check {
  height: 35px;
  align-items: center;
  display: inline-flex;
}

.form-check-input,
.form-radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin-top: 0;
  cursor: pointer;
}
.form-check-input:focus,
.form-radio-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.form-check-input:focus::before,
.form-radio-input:focus::before {
  border-color: #e50C26;
}
.form-check-input::before,
.form-radio-input::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #8c8c8c;
  transition: background-color 0.1s;
}
.form-check-input:checked::before,
.form-radio-input:checked::before {
  border-color: #e50C26;
  background-color: #e50C26;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2MSAoODk1ODEpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNoZWNrL0FjdGl2ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuMDAwMDAwLCAtNC4wMDAwMDApIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjRTUwQzI2IiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHBvaW50cz0iNC41IDguODMzMzMzMzMgNi42IDEwLjUgMTEuNSA1LjUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
}
.form-check-input + label,
.form-radio-input + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-left: 5px;
}

input[type=radio]::before {
  border-radius: 16px;
}
input[type=radio]:checked::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjEgKDg5NTgxKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGUgQ29weTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2hlY2svTm9ybWFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4wMDAwMDAsIC00LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iQ2hlY2svQWN0aXZlIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHN0cm9rZT0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjEiIG9wYWNpdHk9IjAuNTUwMDAwMDEyIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iNy41Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHkiIHg9IjQiIHk9IjQiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSI0Ij48L3JlY3Q+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
}

.btn {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background: #e50C26;
  border-color: #e50C26;
  text-transform: uppercase;
  height: 48px;
  padding: 0 25px;
  letter-spacing: 1.2px;
  cursor: pointer;
}

.btn:not(.contact-btn) {
  line-height: 48px;
}
.btn.btn-sm {
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
  letter-spacing: 1px;
}
.btn.btn-sm:not(.contact-btn) {
  line-height: 36px;
}
.btn.btn-big {
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px;
  color: white;
}
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  line-height: 1.4;
}
.btn.btn-primary img {
  transition: all 0.2s;
}
.btn.btn-primary:hover, .btn.btn-big:hover, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:focus {
  background: #cd0b22;
  border-color: #e50C26;
  box-shadow: none;
}
.btn.btn-primary:active {
  transform: scale(0.98);
}
.btn.btn-primary span {
  white-space: nowrap;
}
.btn.btn-primary,
.btn.btn-secondary {
  box-shadow: 0px 4px 16px rgb(230 12 38 / 0.05);
}
.btn.btn-secondary {
  background: white;
  border: 1px solid rgba(230, 12, 38, 0.1);
  color: #e60c26;
}
.btn.btn-secondary:hover {
  color: #bb0f23;
  background: #fff;
}

.dropdown {
  position: relative;
}
.dropdown .nav-link {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}
.dropdown .nav-link::after {
  content: "";
  background: url("../images/icon-dropdown-arrow.svg");
  width: 9px;
  height: 5px;
  display: inline-block;
  background-size: 9px 5px;
  margin-left: 25px;
  border: none;
}
.dropdown .dropdown-menu {
  position: absolute;
  font-size: 12px;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}

#userDropdown .nav-link::before {
  content: "";
  background: url("../images/icon-user.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 24px;
  margin-right: 15px;
}
#userDropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.toggle-btn {
  background: #fff;
  width: 160px;
  padding: 12px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #6f7175;
  font-size: 12px;
  border-radius: 4px;
  position: relative;
  transition: transform 0.05s, background 0.2s, color 0.2s;
  box-shadow: 0px 14px 26px rgb(175 81 93 / 10%);
}

main {
  position: relative;
}

.top-notification {
  min-height: 40px;
  padding: 9px 50px;
  position: relative;
  text-align: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  transition: margin 0.5s;
}
.top-notification.hidden {
  margin-top: -40px;
}
.top-notification .close-bt {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

section.full-height {
  height: 100vh;
  margin-top: -77px;
}

section {
  margin-left: auto;
  margin-right: auto;
}

.countdown .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.countdown .number {
  background: rgba(7, 7, 10, 0.7);
  border-radius: 13px;
  font-size: 56px;
  width: 104px;
  height: 104px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.countdown .number:not(:first-child) {
  margin-left: 30px;
}
.countdown .number:not(:first-child)::before {
  content: ":";
  font-size: 33px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -14px;
}

#jumbotron {
  height: 100vh;
  max-height: 1024px;
  background-image: url("../images/jumbotron-hand.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  display: flex;
  align-items: center;
}

#jumbotron > .wrapper {
  margin-top: -100px;
  padding: 0 60px;
}

#jumbotron h1 {
  max-width: 50%;
}

#jumbotron p {
  font-size: 1.12rem;
  margin-top: 16px;
  display: block;
}

section:not(#jumbotron):not(:last-of-type) {
  margin-bottom: 120px;
}

.lead-paragraph {
  min-height: 0;
  font-size: 28px;
  line-height: 34px;
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lead-paragraph p {
  max-width: 1050px;
}
.lead-paragraph p.text-muted {
  font-size: 16px;
  line-height: 18px;
}

.opt-in {
  display: flex;
  align-items: center;
}

.opt-in img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 340px;
  height: auto;
}

.respond {
  display: flex;
}

.respond {
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.respond h2 span {
  display: block;
}

.respond img {
  max-width: 100%;
}

.respond .img-phone {
  width: 264px;
  height: auto;
}

.respond .img-computer {
  width: 637px;
  height: auto;
}

.difference {
  height: auto;
  background: none;
}

.difference .pros-cons {
  max-width: 900px;
}

.difference h3 {
  text-align: center;
}

.pros-cons {
  margin-top: 24px;
}

.pros-cons .card {
  box-shadow: 0px 14px 26px rgb(123 120 136 / 10%);
  border: 1px solid #ebedf1;
  border-radius: 8px;
}

ul.pros li,
ul.cons li {
  display: flex;
  line-height: 24px;
  margin-bottom: 20px;
}

ul.pros li:last-child,
ul.cons li:last-child {
  margin-bottom: 0;
}

ul.pros li:before,
ul.cons li:before {
  height: 100%;
  margin-right: 15px;
}
ul.pros li:before { content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMjAgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJXZWJzaXRlLS0tVmFyaWF0aW9uLTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9IkhvbWVwYWdlLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMDQuMDAwMDAwLCAtMzg0My4wMDAwMDApIiBzdHJva2U9IiMwMkQwNjgiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3My4wMDAwMDAsIDM1ODAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTYwIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMi4wMDAwMDAsIDk4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTYyIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHBvaW50cz0iMCAxMy44IDUuMTQyODU3MTQgMTkgMTggNiI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+'); }
ul.cons li:before { content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTggMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYyICg5MTM5MCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+R3JvdXAgNjU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iV2Vic2l0ZS0tLVZhcmlhdGlvbi0yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJIb21lcGFnZS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY5LjAwMDAwMCwgLTM4NDEuMDAwMDAwKSIgc3Ryb2tlPSIjRTUwQzI2Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzMuMDAwMDAwLCAzNTgwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTU5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02MC1Db3B5LTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2My4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzQuMDAwMDAwLCA5OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02MiI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpbmUgeDE9IjAiIHkxPSIxNiIgeDI9IjE2IiB5Mj0iMCIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpbmUgeDE9IjAiIHkxPSIxNiIgeDI9IjE2IiB5Mj0iMCIgaWQ9IlBhdGgtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjAwMDAwMCwgOC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTguMDAwMDAwLCAtOC4wMDAwMDApICI+PC9saW5lPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+'); }

.bg-soft-grad {
  background: linear-gradient(154deg, rgba(255,255,255,0.05) 5%, rgba(255,255,255,0.02) 100%);
}

.section-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}

.contact {
  padding-bottom: 200px;
  background-size: 1000px auto;
}

#section-userInfo {
  padding-bottom: 200px;
  background-size: 1000px auto;
}

#section-login {
  background: url("../images/bg-login.png") calc(100% + 70px) calc(50% + 90px) no-repeat;
}

#section-congratulations {
  /* background: url("../images/bg-planet.png") right 120px no-repeat; */
  background-blend-mode: screen;
  background-size: 1000px auto;
}

#section-504 {
  background: url("../images/bg-space.jpg") right center no-repeat;
  background-size: cover;
}

#section-promos-header {
  background: url("../images/bg-promos.png") right center no-repeat;
}

form.main-form {
  max-width: 860px;
  font-size: 16px !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#videoModal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000000000000020;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  display: none;
}
#videoModal.visible {
  display: flex;
}
#videoModal .close-bt {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  background: #FFF;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#videoModal .close-bt i {
  width: 26px;
  height: 26px;
  background-color: #000;
  -webkit-mask: url(../images/icon-close-sm.svg) no-repeat center;
  mask: url(../images/icon-close-sm.svg) no-repeat center;
}
#videoModal video {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  max-height: 100%;
}
#videoModal video:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-watch-video,
.btn-free-trial {
  font-size: 1rem;
  margin-top: 16px;
}

.btn-watch-video img {
  margin: -2px 2px 0 -16px;
}

.btn-free-trial {
  margin-right: 16px;
}

.start-price {
  background: white;
  color: #0E0E0E;
  border-radius: .25rem;
  padding: 24px;
  border: 1px solid #ebeceb;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
}

.start-price > img {
  display: block;
  margin: 0 auto 24px;
  max-width: 280px;
  width: 70%;
  min-width: 120px;
}

.start-price > span:not(.tag) {
  opacity: 0.5;
  font-size: 1.25rem;
  color: #0E0E0E;
  letter-spacing: 0;
}

.start-price > h4 {
  font-size: 3rem;
}

.start-price > b {
  font-size: 1.375rem;
  margin: 32px 0;
  display: block;
}

.start-price a {
  width: 100%;
}

.start-price a span {
  line-height: 1rem;
}

.start-price .tag {
  text-transform: uppercase;
  position: absolute;
  background: #e50C26;
  font-size: 12px;
  font-weight: bold;
  width: 138px;
  text-align: center;
  padding: 4px 0;
  transform: rotate(-45deg);
  left: -38px;
  top: 20px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.15);
  color: white;
}

.competitors-section .h2 {
  font-size: 2.9rem;
  color: #e50c26;
  margin-bottom: 24px;
  text-transform: uppercase;
  line-height: 1.3;
}

.competitors {
  background: white;
  color: #0E0E0E;
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  border: 1px solid #ebebeb;
}

.competitors tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.competitors tr td {
  padding: 8px 16px;
  font-size: 1.125rem;
}

.competitors td i {
  display: block;
  font-size: 0.875rem;
}

.competitors tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.competitors tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.competitors tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.competitors tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.section-title-block {
  max-width: 850px;
  margin: 0 auto;
}

.star-icon,
.customers-icon,
.image-icon,
.phone-icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: block;
  margin-bottom: 12px;
}

.star-icon {
  background-image: url(../images/section-icon-star.svg);
}

.customers-icon {
  background-image: url(../images/section-icon-target.svg);
}

.image-icon {
  background-image: url(../images/section-icon-image.svg);
}

.phone-icon {
  background-image: url(../images/section-icon-phone.svg);
}

.feature-card {
  padding: 16px;
  margin-bottom: 24px;
  width: 100%;
  border: 1px solid #ebedf1;
  border-radius: 8px;
  box-shadow: 0px 14px 26px rgb(123 120 136 / 10%);
  line-height: 1.4;
  background: white;
}

.feature-card .cover {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}

.feature-card .cover img {
  margin-bottom: 8px;
  max-width: 100%;
  max-height: 100%;
}

.feature-card b {
  margin-bottom: 8px;
  display: block;
  font-size: 1rem;
}

.feature-card p {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.what-is {

}

.what-is img {
  width: 100%;
}

.how-to {

}

.how-to h2 {
  text-align: center;
  margin-bottom: 32px;
}

.most-affordable h2 {
  margin-bottom: 24px;
}

.how-to .step {
  display: flex;
  margin: 0 auto 24px;
  max-width: 740px;
}

.how-to h2 + .step {
  position: relative;
}

.how-to h2 + .step:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ececec;
  display: block;
  position: absolute;
  top: 28px;
  left: 15px;
}

.how-to div {
  flex: 1;
}

.how-to .step span {
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  background: #e50C26;
  color: white;
  margin-right: 18px;
  z-index: 1;
}

.how-to .step b {
  font-size: 1.125rem;
  margin-bottom: 4px;
  display: block;
}

.send-sms h2 {
  text-align: center;
}

.send-sms .benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 24px;
  margin-top: 32px;
}

.send-sms .benefits .benefit {
  text-align: center;
}

.send-sms .benefits .benefit img {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  display: block;
  background-color: lightgray;
  border-radius: 50%;
  overflow: hidden;
}

.send-sms .benefits .benefit p {
  margin-top: 4px;
  font-size: 0.8125rem;
}

.faq h2,
.grow-your-business h2 {
  text-align: center;
  margin-bottom: 24px;
}

.questions {

}

.questions .question {
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #ebedf1;
  border-radius: 8px;
  box-shadow: 0px 14px 26px rgb(123 120 136 / 10%);
  line-height: 1.4;
  background: white;
}

.questions .question > b {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 16px 32px 16px 16px;
}

.questions .question > b:before {
  content: '';
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  top: 22px;
  right: 16px;
  background: url(../images/arrow-down.svg) no-repeat center;
  transition: 300ms;
}

.questions .question.visible > span {
  max-height: 800px;
  transition: 250ms;
  padding-top: 0;
  padding-bottom: 16px;
}

.questions .question.visible > b:before {
  transform: rotate(-180deg);
  transition: 300ms;
}

.questions .question > span {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  transition: 100ms;
}

.questions .question > span b {
  margin-bottom: 4px;
  display: inline-block;
}

.most-affordable {
  
}

/* 
4k
*/
@media (max-width: 2200px) {
  #jumbotron {
    max-height: 820px;
  }
}
/* 
Regular
*/
@media (max-width: 1281px) {
  #jumbotron {
    max-height: 660px;
  }
  #jumbotron > .wrapper h1 {
    font-size: 40px;
  }

  .start-price {
    padding: 16px;
  }
  
  .start-price > h4 {
    font-size: 1.75rem;
  }
  
  .start-price > b {
    font-size: 1.125rem;
    margin: 24px 0;
  }
}

@media (max-width: 991px) {
  #jumbotron {
    background-image: none;
  }

  #jumbotron h1 {
    max-width: 100%;
  }
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
@media (max-width: 1025px) and (min-width: 768px) {
  #section-login {
    background: none;
  }
}
/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (max-width: 767px) {
  h1,
  h2,
  h3 {
    line-height: 1.4;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.375rem !important;
  }
  
  h3 {
    font-size: 1.25rem !important;
  }

  .top-notification {
    height: 60px;
  }
  .top-notification.hidden {
    margin-top: -60px;
  }

  #jumbotron {
    height: auto;
    margin-bottom: 20px;
    background: none;
  }
  #jumbotron > .wrapper {
    margin: 72px 0 64px;
  }

  section.lead-text {
    font-size: 20px;
  }

  section:not(#jumbotron):not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 16px !important;
  }

  #section-2 {
    height: auto;
  }
  #section-2 .main-paragraph > div {
    max-width: 100%;
  }

  #section-userInfo {
    padding-bottom: 70px;
  }

  .contact {
    padding-bottom: 50px;
  }

  #section-login {
    background: none;
  }

  #jumbotron > .wrapper {
    text-align: center;
    padding: 0 16px;
  }

  .contact-btn {
    padding: 0 !important;
    margin-top: 16px !important;
  }

  .respond .img-phone,
  .respond .img-computer {
    width: auto;
    max-height: 400px;
  }

  .star-icon,
  .customers-icon,
  .image-icon,
  .phone-icon {
    display: none;
  }

  .competitors-section .h2 {
    font-size: 2.4rem;
  }

  .competitors tr td {
    font-size: 0.875rem;
    padding: 4px 8px;
  }

  .text-muted {
    font-size: 1rem !important;
  }

  .plan-card {
    padding: 16px;
  }

  .plan-card > img {
    padding-bottom: 24px !important;
  }

  .plan-card h5 {
    font-size: 1.125rem;
  }

  .plan-card .lead {
    font-size: 1rem;
  }

  .feature-card {
    margin-bottom: 16px;
    height: auto;
  }

  .lead-paragraph,
  .opt-in,
  .what-is,
  .respond {
    text-align: center;
  }

  .what-is h2 {
    margin-top: 24px;
  }

  .how-to h2 {
    margin-bottom: 24px;
  }

  .respond h2 span {
    display: inline;
  }

  .pros-cons {
    margin-top: 16px;
  }

  .questions .question > b {
    padding: 12px 16px 12px 12px;
  }

  .questions .question > b:before {
    top: 18px;
    right: 12px;
  }
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (max-width: 575px) {
  .btn.btn-big {
    font-size: 15px;
    padding: 0 20px;
  }

  #jumbotron > .wrapper .h1 {
    font-size: 32px;
  }

  #jumbotron > .wrapper a {
    margin: 16px 0 0;
    width: 100%;
  }

  .competitors-section .h2 {
    font-size: 2rem;
  }

  .btn-primary {
    width: 100%;
  }
}