* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.row {
  margin: 0;
}
body.overflow {
  overflow: hidden;
}
html, body {
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 16px;
}
html a, body a {
  text-decoration: none;
  color: #342b2c;
  word-break: break-word;
}
html a:hover, body a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #F04924;
}
html h1, html h2, html h3, html h4, html h5, body h1, body h2, body h3, body h4, body h5 {
  margin-bottom: 10px;
}
html h1, body h1 {
  font-size: 2.6rem;
  line-height: 2.5rem;
}
html h2, body h2 {
  font-size: 2.5rem;
  line-height: 2.9rem;
  margin-bottom: 39px;
}
html h3, body h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 27px;
}
html h4, body h4 {
  font-size: 24px;
  line-height: 26px;
}
html h5, body h5 {
  font-size: 20px;
  line-height: 22px;
}
html h6, body h6 {
  font-size: 16px;
  line-height: 18px;
}
html p, body p {
  line-height: 1.5em;
  margin-bottom: 33px;
  color: #342b2c;
  font-weight: 300;
}
html strong, body strong {
  font-weight: 600;
}
html ul, body ul {
  list-style-type: disc;
  line-height: 1.5em;
  margin-bottom: 5px;
}
html ul li, body ul li {
  list-style-position: outside;
}
html ol, body ol {
  padding-left: 15px;
}
html ol li, body ol li {
  list-style-position: outside;
}
video, img {
  max-width: 100%;
}
.btn {
  display: inline-block;
  padding: 16px 33px;
  border-radius: 33px;
  background: #F04924;
  color: #fff;
  border: none;
  text-align: center;
  transition: 0.4s;
  margin: 20px 0;
}
.btn:hover {
  box-shadow: 7px 5px 56px -14px #00aeef;
  background: #00aeef !important;
  color: #fff !important;
}
.btn:active {
  transform: scale(0.97);
  box-shadow: 7px 5px 56px -10px #00aeef;
}
.btn.light {
  background: #fff;
  color: #F04924;
}
.btn.light:hover {
  box-shadow: 7px 5px 56px -14px #fff;
}
.btn.light:active {
  box-shadow: 7px 5px 56px -10px #fff;
}
.btn-sq {
  display: inline-block;
  padding: 16px 33px;
  border-radius: 33px;
  background: #e73a10;
  color: #fff;
  border: none;
  text-align: center;
  transition: 0.4s;
  margin: 20px 0;
}
.btn-sq:hover {
  box-shadow: 7px 5px 56px -14px #e67e65;
  background: #e67e65 !important;
  color: #fff !important;
}
.btn-sq:active {
  transform: scale(0.97);
  box-shadow: 7px 5px 56px -10px #e67e65;
}
.btn-sq.light {
  background: #fff;
  color: #e73a10;
}
.btn-sq.light:hover {
  box-shadow: 7px 5px 56px -14px #fff;
}
.btn-sq.light:active {
  box-shadow: 7px 5px 56px -10px #fff;
}
.overlay-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  overflow: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.777), #000);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay-loader .loader {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.5), inset 0 -20px 20px -20px rgba(255, 255, 255, 0.5);
  background: linear-gradient(#F04924 120px, transparent 0) no-repeat;
  background-position: 0px 120px;
  animation: fillLq 6s linear infinite alternate;
}
.overlay-loader .loader::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 25%;
  top: 20px;
  left: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(-45deg);
}
@keyframes fillLq {
  0%, 10% {
    background-position: 0 120px;
  }
  90%, 100% {
    background-position: 0 0;
  }
}
.plan-header .plan-title, .plan-price .price, .plan-list li, .plan-button {
  font-family: "Lato", sans-serif;
}
.plan-padding {
  padding: 0;
}
ul.nav.nav-tabs.style-3-tabs {
  margin-bottom: 30px !important;
  justify-content: center;
  border: none;
}
.plan-style-1 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-1:hover {
  position: relative;
  z-index: 3;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}
.plan-style-1 .plan-header {
  height: 133px;
  padding: 30px 20px;
  position: relative;
  background: linear-gradient(to right, #ffd17c, #df9f28);
}
.plan-style-1.even .plan-header, .plan-style-1.even .plan-bottom {
  background: linear-gradient(to right, #df9f28);
}
.plan-style-1 .plan-header .plan-title {
  margin: -13px 0 4px 0;
  color: #f7f7f7;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-1 .plan-price .price {
  margin-bottom: -15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
}
.plan-style-1 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.plan-style-1 .plan-list {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.plan-detail-style-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.plan-detail-style-1 .plan-header {
  height: 133px;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}
.plan-detail-style-1 .plan-header .plan-title {
  margin: 5px 0 4px 0;
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
  color: #666;
}
.plan-detail-style-1 .plan-detail {
  padding: 0;
}
.plan-detail-style-1 .plan-detail li {
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
  color: #fff;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-align: right;
}
.plan-detail-style-1 .plan-detail li:nth-child(even) {
  background: #6b47af;
}
.plan-detail-style-1 .plan-detail li:nth-child(odd) {
  background: #1a4978;
}
.plan-style-1 .plan-list li {
  margin: 0;
  position: relative;
  list-style-type: none;
  color: #777;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-1 .plan-list li i.far.fa-check-circle {
  color: #1a4978;
}
.plan-style-1 .plan-list li p {
  margin: -10px 0 0 0;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}
.plan-style-1 .plan-list .tooltip-info i {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
}
.plan-style-1 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-1 .tooltip-info .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  letter-spacing: 0.02rem;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 85%;
  left: 0;
  right: 0;
  margin: auto;
}
.plan-style-1 .tooltip-info .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-1 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-1 .plan-list .tooltip-info:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: -13px;
  border-width: 0 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent #df9f28 transparent;
  transform: rotate(45deg);
}
.plan-style-1 .plan-list li:nth-child(even) {
  background: #f9f9f9;
}
.plan-style-1 .dark-skin li:nth-child(even) {
  background: #f3f3f3 !important;
}
.plan-style-1 .plan-list li:nth-child(odd) {
  background: #fafafa;
}
.plan-style-1 .light-skin li:nth-child(odd) {
  background: #fff !important;
}
.plan-style-1 .plan-list li i {
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 41px;
}
.plan-style-1 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-1 .plan-bottom {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #ffd17c, #df9f28);
}
.plan-style-1 .plan-button {
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-1 .plan-button:hover {
  background: #fff;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-pane.fade {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
ul.nav.nav-tabs.style-2-tabs {
  margin-bottom: 30px !important;
  justify-content: center;
  border: none;
}
.nav-tabs.style-2-tabs .nav-link {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
.nav-tabs.style-2-tabs .nav-link.active {
  color: #333;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.style-2-tabs li {
  margin: 5px;
}
.nav-tabs .nav-item {
  margin-bottom: 5px;
}
.plan-style-2 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-2:hover {
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.5);
}
.plan-style-2 .plan-header {
  height: 133px;
  padding: 30px 20px;
  position: relative;
  background: linear-gradient(to right, #1A4978, #6b47af);
}
.plan-style-2 .plan-header:after {
  content: "";
  display: block;
  width: 200px;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.plan-style-2 .plan-header .plan-title {
  margin: -13px 0 4px 0;
  color: #f7f7f7;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-2 .plan-price .price {
  margin-bottom: -15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
}
.plan-style-2 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.plan-style-2 .plan-list {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.plan-detail-style-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.plan-detail-style-2 .plan-header {
  height: 133px;
  padding: 30px 0;
  background-color: #fafafa;
  text-align: center;
}
.plan-detail-style-2 .plan-header .plan-title {
  margin: 5px 0 4px 0;
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
  color: #666;
}
.plan-detail-style-2 .plan-detail {
  padding: 0;
}
.plan-detail-style-2 .plan-detail li {
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
  color: #fff;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-align: right;
}
.plan-detail-style-2 .plan-detail li:nth-child(even) {
  background: #6b47af;
}
.plan-detail-style-2 .plan-detail li:nth-child(odd) {
  background: #1a4978;
}
.plan-style-2 .plan-list li {
  margin: 0;
  position: relative;
  list-style-type: none;
  color: #777;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-2 .plan-list li i.far.fa-check-circle {
  color: #6b47af;
}
.plan-style-2 .plan-list li p {
  margin: -10px 0 0 0;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}
.plan-style-2 .plan-list .tooltip-info i {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
}
.plan-style-2 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-2 .tooltip-info .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  letter-spacing: 0.02rem;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 85%;
  left: 0;
  right: 0;
  margin: auto;
}
.plan-style-2 .tooltip-info .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-2 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-2 .plan-list .tooltip-info:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: -13px;
  border-width: 0 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent #1a4978 transparent;
  transform: rotate(45deg);
}
.plan-style-2 .plan-list li:nth-child(even) {
  background: #f9f9f9;
}
.plan-style-2 .dark-skin li:nth-child(even) {
  background: #f3f3f3 !important;
}
.plan-style-2 .plan-list li:nth-child(odd) {
  background: #fafafa;
}
.plan-style-2 .light-skin li:nth-child(odd) {
  background: #fff !important;
}
.plan-style-2 .plan-list li i {
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 41px;
}
.plan-style-2 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-2 .plan-bottom {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #1A4978, #6b47af);
}
.plan-style-2 .plan-button {
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-2 .plan-button:hover {
  background: #fff;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.nav.nav-tabs.style-3-tabs {
  margin-bottom: 30px !important;
  justify-content: center;
  border: none;
}
.plan-style-3 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-3:hover {
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}
.plan-style-3 .plan-header {
  height: 133px;
  padding: 30px 20px;
  position: relative;
  background: #58d0d6;
}
.plan-style-3.even .plan-header, .plan-style-3.even .plan-bottom {
  background: #30c8d0;
}
.plan-style-3 .plan-header .plan-title {
  margin: -13px 0 4px 0;
  color: #f7f7f7;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-3 .plan-price .price {
  margin-bottom: -15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
}
.plan-style-3 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.plan-style-3 .plan-list {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.plan-detail-style-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.plan-detail-style-3 .plan-header {
  height: 133px;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}
.plan-detail-style-3 .plan-header .plan-title {
  margin: 5px 0 4px 0;
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
  color: #666;
}
.plan-detail-style-3 .plan-detail {
  padding: 0;
}
.plan-detail-style-3 .plan-detail li {
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
  color: #fff;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-align: right;
}
.plan-detail-style-3 .plan-detail li:nth-child(even) {
  background: #30c8d0;
}
.plan-detail-style-3 .plan-detail li:nth-child(odd) {
  background: #58d0d6;
}
.plan-style-3 .plan-list li {
  margin: 0;
  position: relative;
  list-style-type: none;
  color: #777;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-3 .plan-list li i.far.fa-check-circle {
  color: #1a4978;
}
.plan-style-3 .plan-list li p {
  margin: -10px 0 0 0;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}
.plan-style-3 .plan-list .tooltip-info i {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
}
.plan-style-3 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-3 .tooltip-info .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  letter-spacing: 0.02rem;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 85%;
  left: 0;
  right: 0;
  margin: auto;
}
.plan-style-3 .tooltip-info .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-3 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-3 .plan-list .tooltip-info:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: -13px;
  border-width: 0 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent #58d0d6 transparent;
  transform: rotate(45deg);
}
.plan-style-3 .plan-list li:nth-child(even) {
  background: #f9f9f9;
}
.plan-style-3 .dark-skin li:nth-child(even) {
  background: #f3f3f3 !important;
}
.plan-style-3 .plan-list li:nth-child(odd) {
  background: #fafafa;
}
.plan-style-3 .light-skin li:nth-child(odd) {
  background: #fff !important;
}
.plan-style-3 .plan-list li i {
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 41px;
}
.plan-style-3 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-3 .plan-bottom {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: #58d0d6;
}
.plan-style-3 .plan-button {
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-3 .plan-button:hover {
  background: #fff;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-4 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-4:hover {
  position: relative;
  z-index: 3;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}
.plan-style-4:hover .plan-list-block {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-4 .plan-header {
  padding: 30px 20px;
  position: relative;
  background: #fff;
}
.plan-style-4 .plan-header .plan-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f44336;
  color: #fff;
  border-radius: 30px;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
}
.plan-style-4 .plan-title {
  margin: -13px 0 15px 0;
  color: #f44336;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-4 .plan-price .price {
  margin-bottom: -15px;
  font-size: 60px;
  font-weight: 800;
  line-height: 46px;
  color: #444;
}
.plan-style-4 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}
.plan-style-4 .plan-list-block {
  height: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-4 .plan-list-block .plan-title {
  margin: -5px 0 0 0;
}
.plan-style-4 .plan-list {
  padding: 0;
}
.plan-detail-style-4 {
  position: absolute;
  top: 0;
  right: 0;
}
.plan-detail-style-4 .plan-header {
  height: 133px;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}
.plan-detail-style-4 .plan-header .plan-title {
  margin: 5px 0 4px 0;
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
  color: #666;
}
.plan-style-4 .plan-list li {
  margin: 0;
  position: relative;
  list-style-type: none;
  color: #777;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-4 .plan-list li span {
  font-weight: 600;
}
.plan-style-4 .plan-list li i.far.fa-check-circle {
  color: #1a4978;
}
.plan-style-4 .plan-list li p {
  margin: -10px 0 0 0;
  padding-bottom: 10px;
  line-height: 20px;
  display: block;
}
.plan-style-4 .plan-list li i {
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 28px;
}
.plan-style-4 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-4 .plan-bottom {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: #ffe7e5;
}
.plan-style-4 .plan-button {
  padding: 8px 18px;
  font-size: 15px;
  color: #fff;
  background-color: #f44336;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-4 .plan-button:hover {
  background: #fff;
  color: #f44336;
  border: 1px solid #f44336;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5:hover {
  position: relative;
  z-index: 3;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}
.plan-style-5:hover .plan-list {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 .plan-header {
  padding: 30px 20px 20px 20px;
  position: relative;
  background: #fff;
}
.plan-style-5 .plan-header .plan-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f44336;
  color: #fff;
  border-radius: 30px;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
}
.plan-style-5 .plan-header .plan-title {
  margin: -13px 0 4px 0;
  color: #f04923;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-5 .plan-price .price {
  margin-bottom: -15px;
  font-size: 45px;
  font-weight: 800;
  line-height: 46px;
  color: #444;
}
.plan-style-5 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}
.plan-style-5 .plan-list .plan-list-block {
  height: 100%;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 .plan-list {
  padding: 0;
}
.plan-detail-style-5 {
  position: absolute;
  top: 0;
  right: 0;
}
.plan-detail-style-5 .plan-header {
  height: 133px;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}
.plan-detail-style-5 .plan-header .plan-title {
  margin: 5px 0 4px 0;
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
  color: #666;
}
.plan-style-5 .plan-list li {
  margin: 0;
  position: relative;
  list-style-type: none;
  color: #777;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 .plan-list li span {
  font-weight: 600;
}
.plan-style-5 .plan-list li i.far.fa-check-circle {
  color: #1a4978;
}
.plan-style-5 .plan-list li p {
  margin: -10px 0 0 0;
  padding-bottom: 10px;
  line-height: 20px;
  display: block;
}
.plan-style-5 .plan-list li i {
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 28px;
}
.plan-style-5 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-5 .plan-bottom {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
.plan-style-5 .plan-button {
  padding: 8px 18px;
  font-size: 15px;
  color: #fff;
  background-color: #f04923;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 .plan-button:hover {
  background: #fff;
  color: #f04923;
  border: 1px solid #f04923;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .plan-style-1 .plan-header, .plan-style-3 .plan-header, .plan-style-2 .plan-header {
    height: auto;
  }
  .plan-tables-1 .detail-block, .plan-tables-2 .detail-block, .plan-tables-3 .detail-block {
    display: none;
  }
  .plan-style-2 .plan-list li p, .plan-style-3 .plan-list li p {
    display: block;
  }
  .plan-style-1 .tooltip-info .tooltiptext, .plan-style-2 .tooltip-info .tooltiptext, .plan-style-3 .tooltip-info .tooltiptext {
    bottom: 95%;
  }
  .plan-tables-1 > div:nth-last-child(-n+2), .plan-tables-4 > div:nth-last-child(-n+2), .plan-tables-5 > div:nth-last-child(-n+2) {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .plan-tables-1 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -5px;
  }
  .plan-tables-2 > div:nth-last-child(-n+2), .plan-tables-3 > div:nth-last-child(-n+2) {
    margin: 30px 0 0 0;
  }
  .plan-padding {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 576px) {
  .plan-style-1, .plan-style-2, .plan-style-3, .plan-style-4, .plan-style-5 {
    max-width: 350px;
    margin: auto !important;
  }
  .plan-tables-1 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
  }
  .plan-tables-1 > div:nth-last-child(-n+3), .plan-tables-2 > div:nth-last-child(-n+3), .plan-tables-3 > div:nth-last-child(-n+3), .plan-tables-4 > div:nth-last-child(-n+3), .plan-tables-5 > div:nth-last-child(-n+3) {
    margin: 30px 0 0 0;
  }
}
html, body {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
:target {
  scroll-margin-top: 0em;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.blue {
  background: #F04924;
  color: #fff;
}
.blue p {
  color: #fff;
}
.gray {
  background: #f3f3f3;
  color: #342b2c;
}
.gray h4 {
  color: #e73a10;
}
.gray p {
  color: #342b2c;
}
section {
  padding: 60px 0;
}
header .top-header .container .row [class^=col-] a {
  display: flex;
  align-items: center;
}
header .top-header .container .row [class^=col-] a:first-child img {
  width: 120px;
}
header .top-header .container .row [class^=col-] a:hover img {
  filter: grayscale(0);
}
header .top-header .container .row [class^=col-] img {
  width: 277px;
  margin: 10px 15px 20px 15px;
  object-fit: contain;
  transition: all 0.3s ease-out;
  filter: grayscale(0.45);
}
header .bottom-header {
  background: #F04924;
}
header .bottom-header .container .row [class^=col-] img {
  width: 220px;
  margin: 10px 0;
}
header .bottom-header.sq {
  background: #fff;
}
header section.banner {
  background: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 100%), url("https://https://assets.alliancelaundry.com/newmind/ads/mexico-novos-investidores/assets/img/alliance/1-header-lavanderia-coletiva.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header section.banner h2 {
  color: #F04924;
}
header section.banner .container .row [class^=col-] img {
  width: 100%;
  object-fit: cover;
}
header section.intro {
  padding: 0;
}
header section.intro .container .row [class^=col-] img {
  width: 100%;
  object-fit: cover;
}
header section.intro .container .row [class^=col-] ul {
  list-style-type: disc;
  line-height: 1.5em;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  header section.intro .container .row.reverse {
    flex-direction: column-reverse;
  }
}
header section.beneficios-vantagens .container .row [class^=col-] {
  margin-bottom: 40px;
}
header section.beneficios-vantagens .container .row [class^=col-] .custom-card img {
  width: 90px;
  margin-right: 10px;
}
header section.beneficios-vantagens .container .row [class^=col-] .custom-card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
header section.beneficios-vantagens .container .row [class^=col-] .custom-card .card-body h5 {
  color: #F04924;
}
header section.equipamento {
  padding: 0;
  background: #e0e0e0;
}
header section.equipamento .container .row [class^=col-] h3, header section.equipamento .container .row [class^=col-] h4 {
  color: #F04924;
}
header section.equipamento .container .row [class^=col-] img {
  object-fit: cover;
}
header section.call-to-action p {
  line-height: 2.7rem;
  margin-bottom: 1.5rem;
}
header section.beneficios-lavanderias {
  padding: 0;
}
header section.beneficios-lavanderias .container .row [class^=col-] h3, header section.beneficios-lavanderias .container .row [class^=col-] h4 {
  color: #F04924;
}
header section.beneficios-lavanderias .container .row [class^=col-] ul li {
  list-style: none;
  position: relative;
}
header section.beneficios-lavanderias .container .row [class^=col-] ul li::before {
  position: absolute;
  content: "";
  display: block;
  left: -65px;
  top: 3px;
  width: 60px;
  height: 60px;
}
header section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(1)::before {
  background: url("../svg/alliance/icon-econ-espaco.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
header section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(2)::before {
  background: url("../svg/alliance/icon-economia-tempo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
header section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(3)::before {
  background: url("../svg/alliance/icon-econ-dinheiro.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
header section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(4)::before {
  background: url("../svg/alliance/icon-eficiencia.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
header section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(5)::before {
  background: url("../svg/alliance/icon-qualidade-superior.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
header section.beneficios-lavanderias .container .row [class^=col-] img {
  width: 100%;
  object-fit: cover;
}
footer {
  padding: 33px 0;
}
footer .container #assinatura-footer {
  width: 100%;
}
footer .container #assinatura-footer .row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
footer .container #assinatura-footer .row p {
  width: calc(100% - 110px);
}
footer .container #assinatura-footer .row #newmind {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
footer .container #assinatura-footer .row #newmind:hover #new {
  width: 45px;
}
footer .container #assinatura-footer .row #newmind:hover #mind {
  width: 52px;
}
footer .container #assinatura-footer .row #newmind #new, footer .container #assinatura-footer .row #newmind #mind {
  display: inline-block;
  height: 13px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
footer .container #assinatura-footer .row #newmind #new {
  width: 10px;
  background: rgba(0, 0, 0, 0) url("../img/assinatura-newmind-1.png") no-repeat;
}
footer .container #assinatura-footer .row #newmind #mind {
  width: 20px;
  margin: 0 0 0 3px;
  background: rgba(0, 0, 0, 0) url("../img/assinatura-newmind-2.png") no-repeat top left;
}
.back-to-top {
  position: fixed;
  right: 3vw;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 7px 0px;
  line-height: 30px;
  text-align: center;
  background: #F04924;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  transition: all 330ms linear;
}
.back-to-top.active {
  bottom: 4vw;
  opacity: 1;
  visibility: visible;
}
.back-to-top.active:hover {
  background: #00aeef;
  transform: scale(1.1);
}
.back-to-top a i {
  color: #fff;
}
.back-to-top a img {
  filter: invert(1);
}
main.sq section.banner {
  background: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 100%), url("https://assets.alliancelaundry.com/newmind/ads/mexico-novos-investidores/assets/img/sq-multihousing.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
main.sq section.banner h2 {
  color: #e73a10;
}
main.sq section.banner h2 .row [class^=col-] img {
  width: 100%;
  object-fit: cover;
}
main.sq section.intro {
  padding: 0;
}
main.sq section.intro .container .row [class^=col-] h3, main.sq section.intro .container .row [class^=col-] h4 {
  color: #e73a10;
}
main.sq section.intro .container .row [class^=col-] img {
  width: 100%;
  object-fit: cover;
}
main.sq section.intro .container .row [class^=col-] ul {
  list-style-type: disc;
  line-height: 1.5em;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  main.sq section.intro .container .row.reverse {
    flex-direction: column-reverse;
  }
}
main.sq section.beneficios-vantagens .container .row [class^=col-] {
  margin-bottom: 40px;
}
main.sq section.beneficios-vantagens .container .row [class^=col-] h3 {
  color: #e73a10;
}
main.sq section.beneficios-vantagens .container .row [class^=col-] .custom-card img {
  width: 90px;
  margin-right: 10px;
}
main.sq section.beneficios-vantagens .container .row [class^=col-] .custom-card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
main.sq section.beneficios-vantagens .container .row [class^=col-] .custom-card .card-body h5 {
  color: #e73a10;
}
main.sq section.equipamento {
  padding: 0;
  background: #e0e0e0;
}
main.sq section.equipamento .container .row [class^=col-] h3, main.sq section.equipamento .container .row [class^=col-] h4 {
  color: #e73a10;
}
main.sq section.equipamento .container .row [class^=col-] img {
  object-fit: cover;
}
main.sq section.call-to-action p {
  line-height: 2.7rem;
  margin-bottom: 1.5rem;
}
main.sq section.beneficios-lavanderias {
  padding: 0;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] h3, main.sq section.beneficios-lavanderias .container .row [class^=col-] h4 {
  color: #e73a10;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] ul li {
  list-style: none;
  position: relative;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] ul li::before {
  position: absolute;
  content: "";
  display: block;
  left: -65px;
  top: 3px;
  width: 60px;
  height: 60px;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(1)::before {
  background: url("../svg/alliance/icon-econ-espaco.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(2)::before {
  background: url("../svg/alliance/icon-economia-tempo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(3)::before {
  background: url("../svg/alliance/icon-econ-dinheiro.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(4)::before {
  background: url("../svg/alliance/icon-eficiencia.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] ul li:nth-child(5)::before {
  background: url("../svg/alliance/icon-qualidade-superior.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
main.sq section.beneficios-lavanderias .container .row [class^=col-] img {
  width: 100%;
  object-fit: cover;
}
main.sq section.pp-section .container .row .col-12 .section-header h2 {
  color: #e73a10;
}
footer {
  padding: 33px 0;
}
footer .container #assinatura-footer {
  width: 100%;
}
footer .container #assinatura-footer .row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
footer .container #assinatura-footer .row p {
  width: calc(100% - 110px);
}
footer .container #assinatura-footer .row #newmind {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
footer .container #assinatura-footer .row #newmind:hover #new {
  width: 45px;
}
footer .container #assinatura-footer .row #newmind:hover #mind {
  width: 52px;
}
footer .container #assinatura-footer .row #newmind #new, footer .container #assinatura-footer .row #newmind #mind {
  display: inline-block;
  height: 13px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
footer .container #assinatura-footer .row #newmind #new {
  width: 10px;
  background: rgba(0, 0, 0, 0) url("../img/assinatura-newmind-1.png") no-repeat;
}
footer .container #assinatura-footer .row #newmind #mind {
  width: 20px;
  margin: 0 0 0 3px;
  background: rgba(0, 0, 0, 0) url("../img/assinatura-newmind-2.png") no-repeat top left;
}
.back-to-top {
  position: fixed;
  right: 3vw;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 7px 0px;
  line-height: 30px;
  text-align: center;
  background: #e73a10;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  transition: all 330ms linear;
}
.back-to-top.active {
  bottom: 4vw;
  opacity: 1;
  visibility: visible;
}
.back-to-top.active:hover {
  background: #e67e65;
  transform: scale(1.1);
}
.back-to-top a i {
  color: #fff;
}
.back-to-top a img {
  filter: invert(1);
}
