body {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  color: #3a3a3a;
  background-color: #FFFFFF;
}
.content-wrapper {
  background-color: #FFFFFF;
  padding: 30px 0 0 0;
}
h1,
h2 h3,
h4,
h5 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.ctrl-site.act-index .row-large {
  margin-left: 0!important;
  margin-right: 0!important;
}
.ctrl-site.act-index .content {
  padding: 0!important;
}
.ctrl-site.act-index .container-fluid-large {
  width: 100%!important;
  padding-left: 0;
  padding-right: 0;
  left: 0!important;
}
h1.page-heading {
  padding-top: 0;
  margin-top: 0;
  font-size: 30px;
}
h1.page-heading small {
  font-size: 12px;
}
.related-articles {
  margin-top: 10px;
}
.related-articles .article {
  margin-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 5px;
  min-height: 90px;
  border-right: 1px dotted #c2c2c2;
}
.related-articles .article .title {
  font-size: 13px;
}
.related-articles .article .excerpt {
  font-size: 12px;
}
.list-articles .article {
  margin-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 10px;
  padding-right: 10px;
  min-height: 90px;
  border-right: 1px dotted #c2c2c2;
}
.list-articles .article .title {
  font-size: 13px;
}
.list-articles .article .excerpt,
.list-articles .article .categories {
  font-size: 12px;
}
.hide_overflow {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.section {
  padding: 20px 0 20px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 20px 0 20px 0;
  }
}
.section h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-weight: bold;
}
.section p {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: normal;
}
.section p a {
  color: #008ca9;
}
.section p + p {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .section p + p {
    padding-top: 15px;
  }
}
.section .bg_image {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  transition: all 0.5s ease-in;
}
.section .container {
  position: relative;
  z-index: 2;
}
.section.section_welcome {
  padding-top: 20px;
  min-height: 400px;
}
@media only screen and (min-width: 768px) {
  .section.section_welcome {
    padding-top: 80px;
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_welcome {
    padding-top: 150px;
    min-height: 800px;
    text-align: center;
  }
}
.section.section_welcome .bg_image {
  top: 20px;
  height: 350px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .section.section_welcome .bg_image {
    top: 20px;
    height: 400px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_welcome .bg_image {
    top: 100px;
    height: 600px;
    left: auto;
    right: -45px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section_welcome .bg_image {
    margin-left: 0;
    right: -45px;
  }
}
.section.section_welcome .bg_image img {
  height: 100%;
  width: auto;
  visibility: hidden;
}
.section.section_welcome h1 {
  position: relative;
  font-size: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome h1 {
    font-size: 60px;
    padding-bottom: 30px;
  }
}
.section.section_welcome h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  background: #3a3a3a;
  display: block;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome h1:after {
    left: 50%;
    width: 200px;
    margin-left: -100px;
  }
}
.section.section_welcome h1 span {
  display: block;
}
.section.section_welcome h1 + p {
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome h1 + p {
    padding-top: 50px;
  }
}
.section.section_welcome h1 + .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome h1 + .btn {
    margin-top: 40px;
  }
}
.section.section_welcome p {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: normal;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome p {
    max-width: 700px;
  }
}
.section.section_welcome p + .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome p + .btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_welcome .btn {
    font-size: 16px;
    line-height: 1.6875;
    padding: 10px 30px;
  }
}
.section.section_welcome .btn + p {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome .btn + p {
    margin-top: 40px;
  }
}
.section.section_welcome .desc {
  text-align: left;
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome .desc {
    padding-top: 80px;
  }
}
.section.section_welcome .desc h2 {
  position: relative;
  color: #008ca9;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome .desc h2 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}
.section.section_welcome .desc h2 span {
  font-weight: 400;
}
.section.section_welcome .desc ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.section.section_welcome .desc ul:before,
.section.section_welcome .desc ul:after {
  display: table;
  content: " ";
}
.section.section_welcome .desc ul:after {
  clear: both;
}
.section.section_welcome .desc ul li {
  float: left;
  width: 50%;
  font-size: 16px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome .desc ul li {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.section.section_welcome .desc ul li .fa {
  margin-right: 10px;
  font-size: 22px;
  color: rgba(0, 140, 169, 0.5);
}
.section.section_welcome .desc img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .section.section_welcome .desc img {
    max-width: 220px;
  }
}
.section.section_why {
  padding: 20px 0 80px 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: -300px center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
}
@media only screen and (min-width: 768px) {
  .section.section_why {
    padding: 50px 0 50px 0;
    background-position: -50px center;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_why {
    min-height: 500px;
    background-position: left center;
  }
}
.section.section_why .bg_image {
  bottom: 0;
  left: 30%;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  .section.section_why .bg_image {
    top: 150px;
    bottom: auto;
    left: 0;
    height: 500px;
    margin-top: -130px;
    margin-left: -200px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_why .bg_image {
    top: 100px;
    bottom: auto;
    height: 600px;
    margin-top: -170px;
    margin-left: -200px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section_why .bg_image {
    margin-left: -250px;
  }
}
.section.section_why .bg_image img {
  height: 100%;
  width: auto;
  visibility: hidden;
}
.section.section_why h1 {
  position: relative;
  color: #008ca9;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section_why h1 {
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 30px;
  }
}
.section.section_why h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #3a3a3a;
  display: block;
}
@media only screen and (min-width: 992px) {
  .section.section_why h1:after {
    width: 50px;
  }
}
.section.section_why h1 span {
  font-weight: 400;
}
.section.section_why h1 + p {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section_why h1 + p {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_why p {
    max-width: 90%;
  }
}
.section.section_why .image_wrapper {
  max-width: 800px;
  margin: 20px auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .section.section_why .image_wrapper {
    margin: 40px 0 20px 0;
  }
}
.section.section_why .image_wrapper img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.section.section_support {
  padding: 20px 0 100px 0;
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .section.section_support {
    text-align: center;
    padding: 100px 0 230px 0;
  }
}
.section.section_support .bg_image {
  bottom: 20%;
  left: 50%;
  height: 250px;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .section.section_support .bg_image {
    bottom: 30%;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_support .bg_image {
    height: 400px;
  }
}
.section.section_support .bg_image img {
  height: 100%;
  width: auto;
  visibility: hidden;
}
.section.section_support h1 {
  position: relative;
  color: #008ca9;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section_support h1 {
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 30px;
  }
}
.section.section_support h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 1px;
  margin-left: -75px;
  background: #3a3a3a;
  display: block;
}
@media only screen and (min-width: 992px) {
  .section.section_support h1:after {
    width: 200px;
    margin-left: -100px;
  }
}
.section.section_support h1 span {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .section.section_support h1 span {
    font-size: 36px;
    line-height: 42px;
  }
}
.section.section_support h1 + p {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section_support h1 + p {
    padding-top: 30px;
  }
}
.section.section_support .image_wrapper {
  max-width: 800px;
  margin: 20px auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .section.section_support .image_wrapper {
    margin: 40px auto 20px auto;
  }
}
.section.section_support .image_wrapper img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.section.section_contact {
  text-align: center;
  padding: 80px 0 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .section.section_contact {
    padding: 100px 0 130px 0;
  }
}
.section.section_contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 1px;
  background: #3a3a3a;
  display: none;
}
@media only screen and (min-width: 992px) {
  .section.section_contact:after {
    left: 50%;
    width: 25%;
    margin-left: -12.5%;
  }
}
.section.section_contact h2 {
  position: relative;
  color: #FFFFFF;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section_contact h2 {
    padding-bottom: 30px;
  }
}
.section.section_contact h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 1px;
  margin-left: -75px;
  background: #FFFFFF;
  display: block;
}
@media only screen and (min-width: 992px) {
  .section.section_contact h2:after {
    width: 200px;
    margin-left: -100px;
  }
}
.section.section_contact h2 span {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .section.section_contact h2 span {
    font-size: 36px;
    line-height: 42px;
  }
}
.section.section_contact h2 + p {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section_contact h2 + p {
    padding-top: 30px;
  }
}
.section.section_contact h2 + .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section_contact h2 + .btn {
    margin-top: 40px;
  }
}
.section.section_contact p {
  color: #FFFFFF;
}
.section.section_contact p + .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section_contact p + .btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section_contact .btn {
    font-size: 20px;
    padding: 10px 30px;
  }
}
.section.section_contact .btn.btn-default {
  border-color: transparent;
}
header.navbar {
  margin-bottom: 0;
}
header.navbar-default {
  background-color: #FFFFFF;
  border-color: #dbf0f4;
  border-radius: 0;
  border-width: 0 0 1px;
}
header.navbar-default .navbar-toggle {
  margin-top: 3px;
  margin-right: -10px;
  border-color: #008ca9;
}
header.navbar-default .navbar-toggle:hover,
header.navbar-default .navbar-toggle:focus {
  background-color: #dbf0f4;
}
header.navbar-default .navbar-toggle .icon-bar {
  background-color: #008ca9;
}
header.navbar-default .navbar-collapse {
  border-color: #dbf0f4;
  margin: 0 -15px;
}
header.navbar-default .navbar-collapse .navbar-nav {
  margin: 0 -15px;
  overflow: hidden;
}
header.navbar-default .navbar-brand {
  padding: 0;
}
header.navbar-default .navbar-brand span {
  display: table;
  height: 100%;
  padding: 0 20px 0 0;
}
header.navbar-default .navbar-brand span span {
  height: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 5px 0;
  font-size: 40px;
}
header.navbar-default .navbar-brand > img {
  padding: 8px 25px 6px 15px;
  height: 100%;
  width: auto;
}
header.navbar-default .navbar-nav {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  header.navbar-default .navbar-nav {
    margin: 0;
  }
}
header.navbar-default .navbar-nav > li a {
  color: #3a3a3a;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  header.navbar-default .navbar-nav > li a {
    padding: 15px 15px;
  }
}
header.navbar-default .navbar-nav > li a:hover {
  color: #008ca9;
}
header.navbar-default .navbar-nav > li a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  header.navbar-default .navbar-nav > li a.btn {
    margin-top: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
header.navbar-default .navbar-nav > li.active a {
  color: #FFFFFF;
  background-color: rgba(0, 140, 169, 0.5);
}
header.navbar-default .navbar-nav > li.active a:hover {
  color: #FFFFFF;
  background-color: rgba(0, 140, 169, 0.5);
}
body.ctrl-lists header {
  display: none;
}
body.ctrl-lists.act-block_address header {
  display: block;
}

body.ctrl-surveys header {
  display: none;
}
body.ctrl-surveys.act-block_address header {
  display: block;
}

footer {
  padding: 30px 0;
  min-height: 60px;
  background-color: #f5f5f5;
}
footer h5 {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
footer .copyright {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer .copyright {
    text-align: left;
    padding-top: 5px;
  }
}
footer ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
footer ul li {
  display: inline-block;
}
footer ul li .fa {
  font-size: 24px;
}
footer ul li a {
  color: #3a3a3a;
}
footer ul.social {
  text-align: center;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  footer ul.social {
    text-align: right;
    padding-top: 0;
  }
}
footer ul.social li {
  padding: 0 0 0 10px;
}
footer ul.links {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  footer ul.links {
    padding-top: 5px;
  }
}
footer ul.links li {
  padding: 0 10px;
  line-height: 14px;
}
footer ul.links li + li {
  border-left: 1px solid #3a3a3a;
}
body.ctrl-lists footer {
  display: none;
}
body.ctrl-lists.act-block_address footer {
  display: block;
}
body.ctrl-surveys footer {
  display: none;
}
body.ctrl-surveys.act-block_address footer {
  display: block;
}

/* ===== custom unsubscribe style ===== */
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&family=UnifrakturMaguntia&display=swap');
body.uns-page{background:#0a0a0e;}
.uns-bg{position:fixed;inset:0;z-index:0;background:url('https://smartgadgetly.online/img/girl_rose_fangs_1307656_3840x2160.jpg') center/cover no-repeat;}
.uns-bg::after{content:'';position:absolute;inset:0;background:rgba(8,8,12,0.72);}
.uns-wrap{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 16px;}
.uns-card{width:100%;max-width:520px;background:rgba(18,18,24,0.88);backdrop-filter:blur(10px);border:1px solid rgba(255,40,60,0.3);border-radius:18px;padding:38px 34px;box-shadow:0 0 40px rgba(255,20,40,0.18);}
.uns-card h3{font-family:'UnifrakturMaguntia',cursive;color:#fff;font-size:44px;font-weight:400;margin:0 0 20px;text-align:center;text-shadow:0 0 14px rgba(255,31,51,0.6);}
.uns-lead{font-family:'Pirata One',cursive;color:#f0e6e6;font-size:28px;text-align:center;margin:0 0 8px;letter-spacing:.5px;}
.uns-hint{font-family:'Pirata One',cursive;color:#9a9aa5;font-size:17px;text-align:center;margin:0 0 26px;}
.uns-card label{font-family:'Pirata One',cursive;color:#cfcfd6;font-size:16px;}
.uns-card input,.uns-card textarea{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);color:#fff;border-radius:10px;box-shadow:none;}
.uns-card input:focus,.uns-card textarea:focus{border-color:#ff2a3c;box-shadow:0 0 0 2px rgba(255,42,60,0.3);outline:none;}
.uns-card input::placeholder,.uns-card textarea::placeholder{color:#777;}
.uns-foot{text-align:center;margin-top:28px;}
.uns-card .btn,.uns-card button[type=submit]{font-family:'Pirata One',cursive;background:linear-gradient(135deg,#1a0205,#ff1f33);color:#fff;border:1px solid #ff2a3c;border-radius:12px;padding:10px 44px;font-size:22px;letter-spacing:2px;text-transform:uppercase;box-shadow:0 0 18px rgba(255,31,51,0.6),inset 0 0 8px rgba(255,80,90,0.3);transition:all .2s;}
.uns-card .btn:hover,.uns-card button[type=submit]:hover{box-shadow:0 0 30px rgba(255,31,51,0.95),inset 0 0 12px rgba(255,90,100,0.5);transform:translateY(-1px);}

/* uns override */
body.act-unsubscribe,body.act-unsubscribe .content-wrapper,body.act-unsubscribe .wrapper{background:transparent !important;}
body.act-unsubscribe .uns-bg{position:fixed !important;inset:0 !important;z-index:0 !important;background:url('https://smartgadgetly.online/img/girl_rose_fangs_1307656_3840x2160.jpg') center/cover no-repeat !important;}
body.act-unsubscribe .uns-bg::after{content:'' !important;position:absolute !important;inset:0 !important;background:rgba(8,8,12,0.72) !important;}
body.act-unsubscribe .uns-wrap{position:relative !important;z-index:1 !important;min-height:100vh !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:40px 16px !important;}
body.act-unsubscribe .uns-card{width:100% !important;max-width:520px !important;background:rgba(18,18,24,0.92) !important;border:1px solid #ff2a3c !important;border-radius:18px !important;padding:38px 34px !important;box-shadow:0 0 40px rgba(255,20,40,0.25) !important;}
body.act-unsubscribe .uns-card h3{font-family:'UnifrakturMaguntia',cursive !important;color:#fff !important;font-size:44px !important;text-align:center !important;margin:0 0 20px !important;text-shadow:0 0 14px rgba(255,31,51,0.6) !important;}
body.act-unsubscribe .uns-lead{font-family:'Pirata One',cursive !important;color:#f0e6e6 !important;font-size:28px !important;text-align:center !important;margin:0 0 8px !important;}
body.act-unsubscribe .uns-hint{font-family:'Pirata One',cursive !important;color:#9a9aa5 !important;font-size:17px !important;text-align:center !important;margin:0 0 26px !important;}
body.act-unsubscribe .uns-card label{font-family:'Pirata One',cursive !important;color:#cfcfd6 !important;}
body.act-unsubscribe .uns-card .form-control{background:rgba(255,255,255,0.06) !important;border:1px solid rgba(255,255,255,0.18) !important;color:#fff !important;border-radius:10px !important;}
body.act-unsubscribe .uns-foot{text-align:center !important;margin-top:28px !important;}
body.act-unsubscribe .uns-card .btn{font-family:'Pirata One',cursive !important;background:linear-gradient(135deg,#1a0205,#ff1f33) !important;color:#fff !important;border:1px solid #ff2a3c !important;border-radius:12px !important;padding:10px 44px !important;font-size:22px !important;letter-spacing:2px !important;text-transform:uppercase !important;box-shadow:0 0 18px rgba(255,31,51,0.6),inset 0 0 8px rgba(255,80,90,0.3) !important;}
body.act-unsubscribe .uns-card .btn:hover{box-shadow:0 0 30px rgba(255,31,51,0.95),inset 0 0 12px rgba(255,90,100,0.5) !important;transform:translateY(-1px) !important;}
