@charset "UTF-8";
@font-face {
  font-family: CitrusGothic;
  src: url(../fonts/CitrusGothic-Regular.otf);
}
@font-face {
  font-family: ObjectivityMedium;
  src: url(../fonts/Objectivity-Medium.otf);
}
@font-face {
  font-family: ObjectivityRegular;
  src: url(../fonts/Objectivity-Regular.otf);
}
@font-face {
  font-family: ObjectivityThin;
  src: url(../fonts/Objectivity-Thin.otf);
}
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  background-color: #F0F0F7;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  box-sizing: border-box;
}

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

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
button {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::-ms-clear {
  display: none;
}

.teletype-prefix, .teletype-cursor {
  color: #44BEB6;
  font-family: "Open sans", sans-serif;
  position: relative;
  top: -16px;
}

.d-none {
  display: none !important;
}

.opacity-0 {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 100px;
  height: 0px;
  overflow: hidden;
}

.state-border {
  opacity: 1;
}

.state-border-hide {
  opacity: 0;
}

.copied-alert {
  width: 100%;
  padding: 12px 12px;
  left: 0px;
  bottom: -100%;
  z-index: 6516;
  background: #fff;
  position: fixed;
  text-align: center;
  font-family: "ObjectivityRegular", sans-serif;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.copied-alert .ca-message {
  padding: 18px 30px 14px 30px;
  width: 100%;
  max-width: 1070px;
  background: #44BEB6;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
}
.copied-alert .ca-message .check {
  position: relative;
  margin-right: 26px;
}
.copied-alert .ca-message .check:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 10px;
  transform: rotate(-45deg);
  left: -6px;
  top: 4px;
}
.copied-alert .ca-message .check:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 18px;
  transform: rotate(45deg);
  top: -3px;
  left: 2px;
}

.ca-up {
  bottom: 0px;
}

h1 {
  font-family: "CitrusGothic", sans-serif;
  font-size: 180px;
}

h2 {
  font-family: "CitrusGothic", sans-serif;
  font-size: 120px;
}

h3 {
  font-family: "CitrusGothic", sans-serif;
  font-size: 80px;
}

h4 {
  font-family: "CitrusGothic", sans-serif;
  font-size: 40px;
}

p.p-primary {
  font-family: "ObjectivityMedium", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 8px;
}

p.p-secondary {
  font-family: "ObjectivityRegular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.6px;
}

.poli-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 6545645;
  top: 0px;
  left: 0px;
  display: none;
}
.poli-popup .popup-body {
  max-width: 1070px;
  max-height: 806px;
  width: 90%;
  height: 80%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0px 0px 45px 0px #919191;
  -moz-box-shadow: 0px 0px 45px 0px #919191;
  box-shadow: 0px 0px 45px 0px #919191;
}
.poli-popup .popup-body .close-btn {
  outline: none;
  border: none;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background: #3DBFB8;
  color: #fff;
  font-size: 32px;
  line-height: 62px;
  position: absolute;
  top: 80px;
  right: 70px;
}
.poli-popup .popup-body .content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 78px 86px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "ObjectivityRegular", sans-serif;
}
.poli-popup .popup-body .content .info img {
  width: 201px;
  height: 250px;
  vertical-align: middle;
  display: inline-block;
}
.poli-popup .popup-body .content .info .info-box {
  width: 350px;
  padding-top: 36px;
  vertical-align: top;
  display: inline-block;
  margin-left: 30px;
}
.poli-popup .popup-body .content .info .info-box .name {
  font-size: 24px;
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.poli-popup .popup-body .content .info .info-box .informations {
  font-size: 16px;
  line-height: 20px;
  color: #201d28;
}
.poli-popup .popup-body .content .info .info-box .informations .presentation {
  color: #ef742a;
}
.poli-popup .popup-body .content .info .info-box .informations a {
  color: #43bfb5;
  text-decoration: underline;
}
.poli-popup .popup-body .content .info .info-box .informations .poli-more-info {
  cursor: pointer;
}
.poli-popup .popup-body .content .info .info-box .informations .poli-more-info span {
  text-decoration: underline;
}
.poli-popup .popup-body .content .info .info-box .informations .poli-more-info i {
  color: #44BEB6;
}
.poli-popup .popup-body .content .about-text {
  display: block;
  margin-top: 52px;
  font-size: 16px;
  line-height: 24px;
}

.btn-send {
  outline: none;
  border: none;
  width: 290px;
  height: 96px;
  line-height: 96px;
  background: #44BEB6;
  color: #fff;
  font-family: "CitrusGothic", sans-serif;
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px 19px 69px 10px rgba(19, 17, 24, 0.47);
  -moz-box-shadow: 0px 19px 69px 10px rgba(19, 17, 24, 0.47);
  box-shadow: 0px 19px 69px 10px rgba(19, 17, 24, 0.47);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.btn-send:hover {
  top: -6px;
}
.btn-send:hover > i {
  left: 6px;
  top: -6px;
}
.btn-send i {
  margin-left: 16px;
  position: relative;
  left: 0px;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}

.landing-hero {
  width: 100%;
  height: auto;
  background: #131118;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.landing-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/background.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 1;
}
.landing-hero .mink-right {
  position: absolute;
  top: 90px;
  right: 0px;
  background-image: url(../img/mink-hero.png);
  width: 1075px;
  height: 858px;
}
.landing-hero .fence-right {
  position: absolute;
  top: 484px;
  right: 0px;
  background-image: url(../img/fence-hero-right.png);
  width: 311px;
  height: 668px;
}
.landing-hero .fence-count-left {
  position: absolute;
  top: 800px;
  left: 0px;
  background-image: url(../img/fence-counter2.png);
  width: 416px;
  height: 492px;
}
.landing-hero .foreground {
  position: relative;
  z-index: 10;
  top: 0;
  padding-top: 130px;
  padding-bottom: 100px;
}
.landing-hero .foreground .logo {
  position: absolute;
  top: 80px;
  left: 74px;
  width: 146px;
}
.landing-hero .foreground .hero-content {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1332px;
  width: 90%;
}
.landing-hero .foreground .hero-content .left-side {
  display: inline-block;
  vertical-align: top;
}
.landing-hero .foreground .hero-content .left-side .title {
  color: #fff;
  position: relative;
}
.landing-hero .foreground .hero-content .left-side .title h2 {
  margin-bottom: 0px;
  margin-top: 72px;
  position: relative;
  z-index: 1;
  color: #efeeed;
}
.landing-hero .foreground .hero-content .left-side .title h1 {
  margin-top: -50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.landing-hero .foreground .hero-content .left-side .title h1:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #366B66, transparent);
  width: 130%;
  height: 1px;
  left: 0px;
  bottom: -44px;
}
.landing-hero .foreground .hero-content .left-side .title .fence-img {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: -148px;
}
.landing-hero .foreground .hero-content .left-side .p-primary {
  color: #fff;
  margin-top: 108px;
}
.landing-hero .foreground .hero-content .left-side .p-secondary {
  color: #43bfb5;
}
.landing-hero .foreground .hero-content .left-side .video-btn {
  outline: none;
  border: none;
  border-left: 2px solid #45BEAD;
  background: #262732;
  width: 260px;
  height: 86px;
  line-height: 86px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "CitrusGothic", sans-serif;
  margin-top: 106px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: all;
}
.landing-hero .foreground .hero-content .left-side .video-btn i {
  color: #45BEAD;
  margin-right: 34px;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: all;
}
.landing-hero .foreground .hero-content .left-side .video-btn:hover {
  background: #3a3b44;
}
.landing-hero .foreground .hero-content .right-side {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.landing-hero .foreground .hero-content .right-side .letter-form {
  width: 520px;
  height: 688px;
  padding: 94px 80px;
  background: #E9E7E9;
  color: #201d28;
  border-top: 1px solid #45BEAD;
  border-bottom: 1px solid #45BEAD;
  background-image: url(../img/letter-background.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.landing-hero .foreground .hero-content .right-side .letter-form .letter-title {
  font-size: 20px;
  font-family: "CitrusGothic", sans-serif;
}
.landing-hero .foreground .hero-content .right-side .letter-form .letter-title span {
  font-size: 48px;
}
.landing-hero .foreground .hero-content .right-side .letter-form .letter-text {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  margin-top: 68px;
  display: block;
}
.landing-hero .foreground .hero-content .right-side .letter-form .letter-text span {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #45BEAD;
  font-weight: 700;
}
.landing-hero .foreground .hero-content .right-side .letter-form .btn-send {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 90px;
}
.landing-hero .foreground .minks-count {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1332px;
  width: 90%;
  text-align: center;
  margin-top: 190px;
}
.landing-hero .foreground .minks-count .p-primary {
  color: #fff;
}
.landing-hero .foreground .minks-count .p-secondary {
  color: #43bfb5;
}
.landing-hero .foreground .minks-count .counter-box {
  display: block;
  position: relative;
}
.landing-hero .foreground .minks-count .counter-box .number-overlay {
  position: absolute;
  z-index: 10;
  top: -245px;
  right: -134px;
}
.landing-hero .foreground .minks-count .counter-box .count-number {
  font-family: "ObjectivityThin", sans-serif;
  font-size: 250px;
  color: #f7f7f7;
  margin-top: 100px;
  margin-bottom: 0px;
  position: relative;
  z-index: 4;
  display: block;
}
.landing-hero .foreground .minks-count .counter-box .count-number div {
  width: 160.25px !important;
  margin-left: -14px;
  margin-right: -14px;
}
.landing-hero .foreground .minks-count .counter-box .count-title {
  color: #e6e6e4;
  margin-top: 0px;
  position: relative;
  z-index: 11;
}
.landing-hero .foreground .minks-count .counter-box .count-fence {
  position: absolute;
  z-index: 2;
  top: -116px;
  left: 50%;
  transform: translateX(-50%);
}
.landing-hero .foreground .minks-count .counter-box .counter-pins {
  text-align: center;
  position: relative;
  z-index: 11;
}
.landing-hero .foreground .minks-count .counter-box .counter-pins .pin {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #45BDB5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  opacity: 0.2;
  outline: none;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.landing-hero .foreground .minks-count .counter-box .counter-pins .pin:hover {
  opacity: 1;
}
.landing-hero .foreground .minks-count .counter-box .counter-pins .pin-active {
  opacity: 1;
}
.landing-hero .foreground .minks-count .counter-box .count-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  color: #f0f0ef;
  line-height: 52px;
  margin-top: 54px;
  margin-bottom: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}
.landing-hero .foreground .minks-count .counter-box .count-divider {
  outline: none;
  border: none;
  width: 60%;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #43bfb5, transparent);
  opacity: 0.5;
  margin-top: 76px;
  display: block;
}

.video-section {
  padding-bottom: 162px;
  position: relative;
  overflow: hidden;
}
.video-section .cta-fence-right {
  position: absolute;
  z-index: 5;
  right: -124px;
  bottom: -264px;
}
.video-section .cta-fence-left {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 186px;
}
.video-section .cta-mink {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
}
.video-section .content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  width: 80%;
  padding-top: 150px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.video-section .content .p-primary {
  color: #16141c;
}
.video-section .content .p-secondary {
  color: #43bfb5;
}
.video-section .content .video-letter-title {
  position: relative;
  margin-bottom: 138px;
  display: block;
}
.video-section .content .video-letter-title h2 {
  margin-top: 80px;
  margin-bottom: 52px;
  position: relative;
  z-index: 3;
  color: #201d28;
  height: 154px;
}
.video-section .content .video-letter-title .btn-send {
  position: relative;
  z-index: 3;
}
.video-section .content .video-letter-title .fence-letter {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.video-section .content .video-letter-title .yt-wrapper {
  display: block;
  margin-top: 190px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-section .content .video-letter-title .yt-wrapper .vid-woman {
  position: absolute;
  left: -226px;
  top: -279px;
  z-index: 1;
}
.video-section .content .video-letter-title .yt-wrapper .vid-mink {
  position: absolute;
  right: -246px;
  bottom: -166px;
  z-index: 1;
}
.video-section .content .video-letter-title .yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section .content h3 {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-landing {
  width: 100%;
  height: 200px;
  background: #FCFAFC;
  padding: 74px 140px 74px 74px;
  text-align: center;
}
.footer-landing * {
  vertical-align: middle;
}
.footer-landing .logo-footer {
  float: left;
  width: 146px;
}
.footer-landing .footer-url {
  display: inline-block;
}
.footer-landing .footer-url a {
  font-family: "CitrusGothic", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #43bfb5;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: all;
}
.footer-landing .footer-url a:hover {
  transform: scale(1.2);
}
.footer-landing .footer-url p {
  font-family: "ObjectivityRegular", sans-serif;
  font-size: 18px;
}
.footer-landing .socials {
  float: right;
}
.footer-landing .socials .social-icon {
  display: inline-block;
  margin: 0 10px;
}
.footer-landing .socials .social-icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: all;
}
.footer-landing .socials .social-icon img:hover {
  transform: scale(1.2);
}

.steps-body {
  background-image: url(../img/background-steps.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow-y: scroll;
}
.steps-body header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #E0DEE0;
  line-height: 80px;
  padding-left: 26px;
}
.steps-body header img {
  vertical-align: middle;
}
.steps-body .p-secondary {
  color: #43bfb5;
}
.steps-body .step-box {
  text-align: center;
  position: relative;
  min-height: calc(100vh - 172px);
  padding-top: 60px;
  padding-bottom: 156px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  /*MAP step*/
  /*POLITICS step*/
}
.steps-body .step-box .proceed-bar {
  position: fixed;
  bottom: 92px;
  z-index: 18;
  left: 0px;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.steps-body .step-box .proceed-bar .poli-proceed {
  border: none;
  outline: none;
  font-size: 24px;
  font-family: "CitrusGothic", sans-serif;
  background: #3DBFB8;
  color: #fff;
  width: 280px;
  padding: 20px 16px;
  margin-top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .proceed-bar .poli-proceed:hover {
  background: #61D9D3;
}
@media screen and (max-width: 878px) {
  .steps-body .step-box .proceed-bar {
    bottom: 71px;
  }
}
.steps-body .step-box .background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}
.steps-body .step-box .background .fence-center {
  position: absolute;
  left: 44%;
  top: 44%;
  transform: translate(-50%, -50%);
}
.steps-body .step-box .background .mink-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40%;
}
.steps-body .step-box .background .fence-left {
  position: absolute;
  bottom: -40px;
  left: -70px;
}
.steps-body .step-box .background .fence-right {
  position: absolute;
  bottom: -280px;
  right: -70px;
}
.steps-body .step-box .foreground {
  position: relative;
  z-index: 5;
}
.steps-body .step-box .foreground .step-politics, .steps-body .step-box .foreground .step-politics2, .steps-body .step-box .foreground .step-politics3, .steps-body .step-box .foreground .step-politics4 {
  margin-top: 64px;
}
.steps-body .step-box .foreground .chose-my-own {
  padding-bottom: 40px;
}
.steps-body .step-box .step-title {
  margin-top: 0px;
  font-size: 48px;
  margin-bottom: 0px;
}
.steps-body .step-box .map-zoomer {
  width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: auto;
  text-align: center;
}
@media screen and (max-width: 1267px) {
  .steps-body .step-box .map-zoomer {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .steps-body .step-box .map-zoomer {
    overflow: unset;
  }
}
.steps-body .step-box .map-zoomer .map-ie-edge {
  width: 684px;
  margin-right: 40px;
  display: inline-block;
}
.steps-body .step-box .map-zoomer .pinch-zoom-container {
  width: 852px;
  display: inline-block;
  height: 586px !important;
  overflow: hidden !important;
  vertical-align: top;
}
@media screen and (max-width: 1558px) {
  .steps-body .step-box .map-zoomer .pinch-zoom-container {
    width: 590px;
    height: 550px !important;
  }
}
@media screen and (max-width: 1267px) {
  .steps-body .step-box .map-zoomer .pinch-zoom-container {
    display: -webkit-flex;
    display: flex;
    -webkit-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 670px;
  }
}
@media screen and (max-width: 768px) {
  .steps-body .step-box .map-zoomer .pinch-zoom-container {
    width: 100% !important;
    height: 446px !important;
  }
}
@media screen and (max-width: 398px) {
  .steps-body .step-box .map-zoomer .pinch-zoom-container {
    height: 318px !important;
  }
}
@media screen and (max-height: 900px) {
  .steps-body .step-box .map-zoomer .pinch-zoom-container {
    height: 404px !important;
    width: 576px;
  }
}
@media screen and (max-height: 838px) {
  .steps-body .step-box .map-zoomer .pinch-zoom-container {
    height: 360px;
  }
}
@media screen and (max-height: 714px) {
  .steps-body .step-box .map-zoomer .pinch-zoom-container {
    height: 336px;
  }
}
.steps-body .step-box .map-zoomer .region-select {
  display: inline-block;
  vertical-align: top;
  width: 546px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1267px) {
  .steps-body .step-box .map-zoomer .region-select {
    /*display: -webkit-flex;
    display: flex;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    height: 98px;
    max-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .steps-body .step-box .map-zoomer .region-select {
    width: 100%;
  }
}
.steps-body .step-box .map-zoomer .region-select .select-dropdown {
  display: none;
  padding: 22px 30px;
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  font-family: "CitrusGothic", sans-serif;
  font-size: 30px;
  text-align: center;
  position: relative;
  z-index: 11;
  -webkit-box-shadow: 0px 2px 16px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 16px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 16px -5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .steps-body .step-box .map-zoomer .region-select .select-dropdown {
    font-size: 18px;
  }
}
.steps-body .step-box .map-zoomer .region-select .select-dropdown .toggle-btn-regio {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.steps-body .step-box .map-zoomer .region-select .select-dropdown .toggle-btn-regio:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  right: 8px;
  transform: rotate(45deg);
  background: #000;
  display: block;
  top: 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .map-zoomer .region-select .select-dropdown .toggle-btn-regio:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  right: -6px;
  transform: rotate(-45deg);
  background: #000;
  display: block;
  top: 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .map-zoomer .region-select .select-dropdown .toggle-btn-move:before {
  right: -4px;
  background: #fff;
}
.steps-body .step-box .map-zoomer .region-select .select-dropdown .toggle-btn-move:after {
  right: -4px;
  background: #fff;
}
@media screen and (max-width: 1267px) {
  .steps-body .step-box .map-zoomer .region-select .select-dropdown {
    display: block;
  }
  .steps-body .step-box .map-zoomer .region-select .select-dropdown:before {
    display: block;
  }
  .steps-body .step-box .map-zoomer .region-select .select-dropdown:after {
    display: block;
  }
}
.steps-body .step-box .map-zoomer .region-select .select-dd-active {
  color: #fff;
  background: #3BBFB6;
}
.steps-body .step-box .map-zoomer .region-select .regio-list-wrapper {
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
@media screen and (max-width: 1267px) {
  .steps-body .step-box .map-zoomer .region-select .regio-list-wrapper {
    margin-top: -20px;
    padding-top: 34px;
    padding-bottom: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #fff;
    height: 0px;
    max-height: 1000px;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .steps-body .step-box .map-zoomer .region-select .regio-list-wrapper {
    padding-top: 26px;
  }
}
@media screen and (max-width: 1267px) {
  .steps-body .step-box .map-zoomer .region-select .regio-list-show {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 398px) {
  .steps-body .step-box .map-zoomer .region-select .regio-list-show {
    max-height: calc(100vh - 266px);
    overflow: auto;
  }
}
.steps-body .step-box .map-zoomer .region-select .select-btn {
  width: 258px;
  font-size: 20px;
  border-radius: 16px;
  padding: 20px 20px;
  background: #F4F2F6;
  border: 1px solid #D4DBDD;
  color: #000;
  margin: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  font-family: "CitrusGothic", sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1267px) {
  .steps-body .step-box .map-zoomer .region-select .select-btn {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .steps-body .step-box .map-zoomer .region-select .select-btn {
    font-size: 16px;
    padding: 10px 10px;
    width: 46%;
  }
}
@media screen and (max-width: 398px) {
  .steps-body .step-box .map-zoomer .region-select .select-btn {
    width: calc(100% - 12px);
  }
}
.steps-body .step-box .map-zoomer .region-select .select-btn:hover {
  background: #3DBFB8;
  border: 1px solid #3DBFB8;
  color: #fff;
}
.steps-body .step-box .map-zoomer .region-select .ta-center {
  text-align: center !important;
}
.steps-body .step-box .map-wrapper {
  height: 618px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.steps-body .step-box .map-wrapper svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: all;
  /*text{
    font-size: 8px !important;
    display: none;
    pointer-events: none;
    font-family: "CitrusGothic", sans-serif;
  }*/
  /*#Kaunas, #Vilnius{
    text{font-size: 1.5px !important;}
  }*/
  /*@media screen and (max-height: 838px){transform: translate(-50%, -50%) scale(0.4);}
  @media screen and (max-height: 714px){transform: translate(-50%, -50%) scale(0.3);}*/
}
.steps-body .step-box .map-wrapper svg text {
  display: block;
  font-family: "CitrusGothic", sans-serif;
  pointer-events: none;
}
.steps-body .step-box .map-wrapper svg circle {
  pointer-events: none;
}
@media screen and (max-width: 1558px) {
  .steps-body .step-box .map-wrapper svg {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media screen and (max-height: 900px) {
  .steps-body .step-box .map-wrapper svg {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
.steps-body .step-box .map-wrapper .no-hover path {
  fill: #ADADAD !important;
  stroke: #f3f1f4 !important;
  stroke-width: 0.2px;
}
.steps-body .step-box .map-wrapper .no-hover polygon {
  fill: #ADADAD !important;
  stroke: #f3f1f4 !important;
  stroke-width: 0.2px;
}
.steps-body .step-box .map-wrapper .no-hover .st1 {
  fill: none !important;
  stroke: #545454 !important;
  stroke-width: 1.5 !important;
  stroke-miterlimit: 10 !important;
}
.steps-body .step-box .map-wrapper .region path {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: all;
}
.steps-body .step-box .map-wrapper .region-zoom path {
  stroke-width: 2.5;
}
.steps-body .step-box .map-wrapper .reg-select {
  cursor: pointer;
}
.steps-body .step-box .map-wrapper .reg-select g {
  display: none;
}
.steps-body .step-box .map-wrapper .reg-select circle {
  display: none;
}
.steps-body .step-box .map-wrapper .reg-select text {
  display: none;
}
.steps-body .step-box .map-wrapper .reg-select:hover > path {
  fill: #3DBFB8;
}
.steps-body .step-box .map-wrapper .reg-select:hover > polygon {
  fill: #3DBFB8;
}
.steps-body .step-box .map-wrapper .hovered-regio path {
  fill: #3DBFB8;
}
.steps-body .step-box .map-wrapper .hovered-regio polygon {
  fill: #3DBFB8;
}
.steps-body .step-box .map-wrapper .selected-reg {
  opacity: 1;
}
.steps-body .step-box .map-wrapper .selected-reg g {
  display: block;
}
.steps-body .step-box .map-wrapper .selected-reg circle {
  display: block;
}
.steps-body .step-box .map-wrapper .selected-reg path {
  stroke: #f3f1f4;
  stroke-width: 0.2px;
  cursor: pointer;
}
.steps-body .step-box .map-wrapper .selected-reg path:hover {
  fill: #3DBFB8;
}
.steps-body .step-box .map-wrapper .selected-reg polygon {
  stroke: #f3f1f4;
  stroke-width: 0.2px;
  cursor: pointer;
}
.steps-body .step-box .map-wrapper .selected-reg polygon:last-of-type {
  pointer-events: none;
}
.steps-body .step-box .map-wrapper .selected-reg polygon:hover {
  fill: #3DBFB8;
}
.steps-body .step-box .map-wrapper .selected-reg .selected-path {
  fill: #3DBFB8;
}
.steps-body .step-box .map-wrapper .reg-hide {
  opacity: 0;
  visibility: hidden;
}
.steps-body .step-box .map-wrapper .reg-nums-hide {
  display: none;
}
.steps-body .step-box .poli-cards {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .poli-cards:hover {
  transform: scale(1.05);
}
.steps-body .step-box .poli-card-secondary {
  position: relative;
}
.steps-body .step-box .poli-card-secondary .title {
  font-family: "CitrusGothic", sans-serif;
  color: #201d28;
  font-size: 32px;
  line-height: 30px;
  position: relative;
}
.steps-body .step-box .poli-card-secondary .title span {
  font-size: 24px;
  color: #43bfb5;
}
.steps-body .step-box .poli-card-secondary i {
  font-size: 32px;
  color: #88D3CD;
  position: absolute;
  bottom: 20px;
}
.steps-body .step-box .poli-left-card {
  width: 356px;
  height: 276px;
  border: 1px solid #d5d4d6;
  background: #F4F2F4;
  margin-right: 30px;
}
.steps-body .step-box .poli-left-card .title {
  margin-top: 100px;
}
.steps-body .step-box .poli-right-card {
  width: 356px;
  height: 214px;
  border: 1px solid #d5d4d6;
  background: #F4F2F4;
  margin-left: 30px;
}
.steps-body .step-box .poli-right-card .title {
  margin-top: 80px;
}
.steps-body .step-box .poli-main-card {
  width: 490px;
  height: 446px;
  background: #3DBFB8;
  position: relative;
  -webkit-box-shadow: 0px 0px 36px 0px #888888;
  -moz-box-shadow: 0px 0px 36px 0px #888888;
  box-shadow: 0px 0px 36px 0px #888888;
  text-align: center;
}
.steps-body .step-box .poli-main-card .title {
  font-family: "CitrusGothic", sans-serif;
  color: #ffffff;
  font-size: 48px;
  line-height: 38px;
}
.steps-body .step-box .poli-main-card .title span {
  font-size: 32px;
}
.steps-body .step-box .poli-main-card .number {
  font-size: 206px;
  color: #1f7d75;
  font-family: "ObjectivityThin", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}
.steps-body .step-box .poli-main-card i {
  font-size: 32px;
  color: #88D3CD;
}
.steps-body .step-box .poli-main-card .background {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.steps-body .step-box .poli-main-card .background .stamp {
  position: absolute;
  bottom: -20px;
  left: -30px;
}
.steps-body .step-box .poli-main-card .ok-mark {
  width: 64px;
  height: 64px;
  background: #F27417;
  border: 4px solid #E9E8E4;
  position: absolute;
  top: -32px;
  right: -32px;
  border-radius: 100%;
}
.steps-body .step-box .poli-main-card .ok-mark:before {
  content: "";
  position: absolute;
  border-left: 2px solid #E9E8E4;
  border-bottom: 2px solid #E9E8E4;
  width: 21px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.steps-body .step-box .poli-main-card2 .ok-mark {
  left: -32px;
}
.steps-body .step-box .card-step2 {
  width: 620px;
}
.steps-body .step-box .card-step2 .title {
  margin-top: 120px;
}
.steps-body .step-box .card-step3 {
  padding-top: 140px;
  width: 620px;
  height: 446px;
  margin-left: 15px;
  margin-right: 15px;
}
.steps-body .step-box .card-step3 i {
  font-size: 32px;
  color: #88D3CD;
  position: absolute;
  bottom: 20px;
  transform: translateX(-50%);
  left: 50%;
}
.steps-body .step-box .poli-right-card2 {
  padding-top: 158px;
  border: 1px solid #d5d4d6;
  background: #F4F2F4;
  margin-right: 15px;
}
.steps-body .step-box .poli-right-card2 .proceed {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  visibility: hidden;
  opacity: 0;
  width: 0px;
  height: 0px;
}
.steps-body .step-box .poli-right-card2 .political-party-list {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-delay: 0.5s;
  display: block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.steps-body .step-box .poli-right-active {
  padding-top: 0px !important;
  transform: scale(1.05);
  height: auto !important;
  padding-bottom: 50px !important;
  vertical-align: top;
}
.steps-body .step-box .poli-right-active .proceed {
  width: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
  display: block;
  outline: none;
  border: none;
  background: #211C29;
  color: #fff;
  font-size: 20px;
  position: absolute;
  padding: 14px 42px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  font-family: "CitrusGothic", sans-serif;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .poli-right-active .proceed:hover {
  background: #524E59;
}
.steps-body .step-box .poli-right-active .political-party-list {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.steps-body .step-box .poli-right-active .political-party-list .ppl-item {
  width: 116px;
  height: 70px;
  line-height: 106px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #D6DEE2;
  text-align: center;
  background: #EDEEEF;
  display: inline-block;
  margin: 6px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .poli-right-active .political-party-list .ppl-item img {
  height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .poli-right-active .political-party-list .ppl-item:hover {
  border: 2px solid #3CBEB7;
}
.steps-body .step-box .poli-right-active .political-party-list .ppl-item-selected {
  border: 2px solid #3CBEB7;
  -webkit-box-shadow: 0px 0px 23px 0px #d6d6d6;
  -moz-box-shadow: 0px 0px 23px 0px #d6d6d6;
  box-shadow: 0px 0px 23px 0px #d6d6d6;
}
.steps-body .step-box .poli-right-active .political-party-list .ppl-item-selected:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #3CBEB7;
}
.steps-body .step-box .poli-right-active i {
  display: none;
}
.steps-body .step-box .final-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
}
.steps-body .step-box .final-form .input-group {
  max-width: 550px;
  width: 100%;
  height: 64px;
  position: relative;
  border: 1px solid #B8B7B8;
  background: #fff;
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
}
.steps-body .step-box .final-form .input-group:before {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  height: 2px;
  left: 12px;
  bottom: -2px;
  background: #43bfb5;
}
.steps-body .step-box .final-form .input-group .ok-mark {
  width: 28px;
  height: 28px;
  background: #43bfb5;
  position: absolute;
  top: 18px;
  right: -14px;
  border-radius: 100%;
}
.steps-body .step-box .final-form .input-group .ok-mark:before {
  content: "";
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.steps-body .step-box .final-form .input-group input {
  font-size: 20px;
  border: none;
  outline: none;
  background: #fff;
  width: 92%;
  padding: 25px 0px 10px 0px;
  font-size: 20px;
  color: #201d28;
  font-family: "ObjectivityMedium", sans-serif;
}
.steps-body .step-box .final-form .privacy-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  width: 100%;
  max-width: 280px;
  color: #201d28;
}
.steps-body .step-box .final-form .privacy-text a {
  text-decoration: underline;
  color: #43bfb5;
}
.steps-body .step-box .final-form .next-btn-form {
  border: none;
  outline: none;
  font-size: 24px;
  font-family: "CitrusGothic", sans-serif;
  background: #3DBFB8;
  color: #fff;
  width: 280px;
  margin-top: 14px;
  padding: 20px 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .final-form .next-btn-form:hover {
  background: #61D9D3;
}
.steps-body .step-box .step-politics4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1070px;
}
.steps-body .step-box .step-politics4 .head-panel {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 86px;
  background: #44BEB6;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0px 0px 26px 0px #464646;
  -moz-box-shadow: 0px 0px 26px 0px #464646;
  box-shadow: 0px 0px 26px 0px #464646;
}
.steps-body .step-box .step-politics4 .head-panel .go-back-page {
  vertical-align: top;
  margin-left: 32px;
  position: relative;
  top: 28px;
  font-size: 24px;
  color: #fff;
  font-family: "CitrusGothic", sans-serif;
  cursor: pointer;
  width: 148px;
  display: inline-block;
}
.steps-body .step-box .step-politics4 .head-panel .go-back-page:hover > i {
  left: -6px;
}
.steps-body .step-box .step-politics4 .head-panel .go-back-page i {
  color: #F27417;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  position: relative;
  left: 0;
}
.steps-body .step-box .step-politics4 .head-panel .go-back-page span {
  position: relative;
}
.steps-body .step-box .step-politics4 .head-panel .go-back-page span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #F27417;
  left: 0;
  bottom: 0px;
}
.steps-body .step-box .step-politics4 .head-panel .btn-box {
  float: right;
  vertical-align: top;
}
.steps-body .step-box .step-politics4 .head-panel .menu-btn {
  outline: none;
  border: none;
  padding: 27.5px 42px;
  border-left: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 24px;
  font-family: "CitrusGothic", sans-serif;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .head-panel .menu-btn i {
  margin-right: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .head-panel .menu-btn:hover {
  background: #57C5BD;
}
.steps-body .step-box .step-politics4 .head-panel .menu-btn:first-child {
  margin-right: -6px;
}
.steps-body .step-box .step-politics4 .head-panel .menu-btn-active {
  background: #201D29;
}
.steps-body .step-box .step-politics4 .head-panel .menu-btn-active i {
  transform: rotate(180deg);
}
.steps-body .step-box .step-politics4 .head-panel .menu-btn-active:hover {
  background: #201D29;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown {
  position: absolute;
  z-index: 15;
  display: block;
  width: 100%;
  background: #f9f9fa;
  padding: 50px;
  margin-top: 55px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-delay: 0.5s;
  opacity: 0;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show {
  width: 100%;
  position: relative;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .dir-btn {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #46BFB5;
  position: relative;
  z-index: 23;
  cursor: pointer;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .dir-left {
  margin-right: 10px;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .dir-right {
  margin-left: 10px;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 120px);
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  margin-right: 18px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  font-size: 20px;
  width: 98%;
  top: 0px;
  height: 451px;
  position: relative;
  display: table-cell;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide span {
  font-size: 16px;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide .content {
  height: 100%;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide-right {
  position: absolute;
  left: 100%;
  background: #f7f8f8;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide-right-sec {
  position: absolute;
  left: 200%;
  background: #f7f8f8;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide-left {
  position: absolute;
  left: -100%;
  background: #f7f8f8;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide-left-sec {
  position: absolute;
  left: -200%;
  background: #f7f8f8;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide-active {
  margin-left: 1%;
  position: relative;
  left: 0px;
  -webkit-box-shadow: 0px 0px 26px 0px #c9c9c9;
  -moz-box-shadow: 0px 0px 26px 0px #c9c9c9;
  box-shadow: 0px 0px 72px 0px #868686;
  opacity: 1;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slide-pins {
  display: block;
  text-align: center;
  margin-top: 60px;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slide-pins .s-pin {
  outline: none;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  margin: 0px 6px;
  background: #E5E4E5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slide-pins .s-pin-active {
  background: #46BFB5;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .close-menu-drop {
  position: absolute;
  cursor: pointer;
  width: 150px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  color: #282828;
}
.steps-body .step-box .step-politics4 .head-panel .menu-dropdown .close-menu-drop i {
  font-size: 26px;
  vertical-align: middle;
}
.steps-body .step-box .step-politics4 .head-panel .sa-show {
  height: auto;
  min-height: 633px;
  max-height: 5000px;
  overflow: hidden;
  padding: 30px 84px 74px 84px;
  -webkit-box-shadow: 0px 12px 26px 0px #464646;
  -moz-box-shadow: 0px 12px 26px 0px #464646;
  box-shadow: 0px 12px 26px 0px #464646;
}
.steps-body .step-box .step-politics4 .head-panel .sa-show * {
  opacity: 1;
}
.steps-body .step-box .step-politics4 .head-panel .arguments {
  position: relative;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .arg-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #46BFB5;
  cursor: pointer;
  z-index: 23;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .arg-left {
  left: 14px;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .arg-right {
  right: 14px;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box {
  text-align: center;
  position: absolute;
  top: -100vh;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transition-property: opacity;
  transition-delay: 1s;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .number {
  font-size: 32px;
  color: #43bfb5;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .title {
  font-size: 24px;
  color: #201d28;
  font-family: "CitrusGothic", sans-serif;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .text {
  font-size: 18px;
  color: #201d28;
  font-family: "Fira Sans", sans-serif;
  font-weight: 100;
  line-height: 34px;
  max-height: 150px;
  position: relative;
  overflow: hidden;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, to top, color-stop(0%, #f9f9fa), color-stop(100%, rgba(255, 255, 255, 0)));
  background: linear-gradient(transparent, #f9f9fa);
  background: linear-gradient(transparent, #f9f9fa);
  background: linear-gradient(transparent, #f9f9fa);
  background: linear-gradient(transparent, #f9f9fa);
  background-image: linear-gradient(transparent, #f9f9fa);
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .text-more {
  max-height: none;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .text-more:before {
  display: none;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .link {
  font-size: 18px;
  text-decoration: underline;
  color: #43bfb5;
  display: block;
  margin-top: 90px;
  cursor: pointer;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .ab-show {
  position: relative;
  top: 0vh;
  display: block;
  opacity: 1;
  transition-delay: 0s;
  margin-bottom: 80px;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .arg-box-pins {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.steps-body .step-box .step-politics4 .head-panel .arguments .arg-box-pins .ab-pin {
  outline: none;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  margin: 0px 6px;
  background: #E5E4E5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .head-panel .arguments .arg-box-pins .ab-pin-active {
  background: #46BFB5;
}
.steps-body .step-box .step-politics4 .head-panel .a-show {
  min-height: 633px;
  max-height: 5000px;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 30px 50px 74px 50px;
  -webkit-box-shadow: 0px 12px 26px 0px #464646;
  -moz-box-shadow: 0px 12px 26px 0px #464646;
  box-shadow: 0px 12px 26px 0px #464646;
}
.steps-body .step-box .step-politics4 .head-panel .a-show * {
  opacity: 1;
}
.steps-body .step-box .step-politics4 .head-panel-active {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 26px 0px #464646;
  -moz-box-shadow: 0px 0px 26px 0px #464646;
  box-shadow: 0px 0px 26px 0px #464646;
}
.steps-body .step-box .step-politics4 .white-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.steps-body .step-box .step-politics4 .politics-mailto-list {
  display: block;
  margin-top: 60px;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item {
  width: 100%;
  display: block;
  text-align: left;
  height: 250px;
  font-family: "ObjectivityRegular", sans-serif;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item:hover {
  background: #fff;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .abs-text {
  padding: 10px;
  font-size: 14px;
  background: #000;
  color: #fff;
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 0px;
  margin: 0;
  font-family: "CitrusGothic", sans-serif;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 231px);
  height: 1px;
  top: 0px;
  right: 0px;
  background: #CCCDD0;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item:after {
  content: "";
  position: absolute;
  width: calc(100% - 231px);
  height: 1px;
  bottom: 0px;
  right: 0px;
  background: #CCCDD0;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item img {
  width: 201px;
  height: 250px;
  vertical-align: middle;
  display: inline-block;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box {
  width: 350px;
  padding-top: 36px;
  vertical-align: top;
  display: inline-block;
  margin-left: 30px;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .name {
  font-size: 24px;
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations {
  font-size: 16px;
  line-height: 20px;
  color: #201d28;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations .presentation {
  color: #ef742a;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations a {
  color: #43bfb5;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations .poli-more-info {
  cursor: pointer;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations .poli-more-info span {
  text-decoration: underline;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations .poli-more-info i {
  color: #44BEB6;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .copy-to-clipboard {
  border: none;
  outline: none;
  width: 260px;
  height: 162px;
  border-radius: 8px;
  background: #44BEB6;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "ObjectivityRegular", sans-serif;
  line-height: 22px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .copy-to-clipboard i {
  font-size: 32px;
  display: block;
  margin-bottom: 16px;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .copy-to-clipboard:hover {
  background: #62dcd4;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 214px;
  font-size: 16px;
  font-family: "ObjectivityRegular", sans-serif;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .round {
  border-radius: 34px;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .round:before {
  border-radius: 50%;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions input:checked + .slider {
  background-color: #3AC992;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions input:focus + .slider {
  box-shadow: 0 0 1px #3AC992;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .chp-text {
  margin-top: 20px;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .change-poli {
  border: none;
  outline: none;
  font-size: 32px;
  color: #ef742a;
  background: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .change-poli:hover {
  transform: rotate(-45deg);
}
.steps-body .step-box .step-politics4 .done-btn {
  border: none;
  outline: none;
  font-size: 24px;
  font-family: "CitrusGothic", sans-serif;
  background: #3DBFB8;
  color: #fff;
  width: 280px;
  margin-top: 78px;
  padding: 20px 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .done-btn:hover {
  background: #61D9D3;
}
.steps-body .step-box .step-politics4 .done-btn span {
  display: none;
}
.steps-body .step-box .step-politics4 .done-btn-inactive {
  background: #E9E7EB;
  color: #3DBFB8;
  pointer-events: none;
}
.steps-body .step-box .step-politics4 .done-btn-inactive:hover {
  background: #E9E7EB;
}
.steps-body .step-box .step-politics4 .done-btn-inactive span {
  font-family: "ObjectivityMedium", sans-serif;
  color: #282828;
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
.steps-body .step-box .step-politics4 .postpone-later {
  font-family: "CitrusGothic", sans-serif;
  font-size: 20px;
  position: relative;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
}
.steps-body .step-box .step-politics4 .postpone-later:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #3DBFB8;
  left: 0px;
  bottom: -10px;
}
.steps-body .step-box .step-politics4 .postpone-wrapper {
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.steps-body .step-box .step-politics4 .postpone-wrapper-expand {
  height: auto;
  max-height: 1000px;
}
.steps-body .step-box .step-politics4 .postpone-line {
  margin-top: 90px;
  margin-bottom: 70px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #E0DEE0;
  position: relative;
}
.steps-body .step-box .step-politics4 .postpone-line .arrow {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  text-align: center;
}
.steps-body .step-box .step-politics4 .later-box {
  font-size: 16px;
  font-family: "ObjectivityMedium", sans-serif;
}
.steps-body .step-box .step-politics4 .later-box button {
  border: 1px solid #3DBFB8;
  color: #3DBFB8;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-family: "ObjectivityMedium", sans-serif;
  padding: 30px 30px 26px 30px;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .step-politics4 .later-box button:hover {
  background: #fff;
}
.steps-body .step-box .step-politics4 .later-box .final-text {
  display: block;
  margin-top: 30px;
}
.steps-body .step-box .politicians-wrapper {
  max-width: 1118px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.steps-body .step-box .politicians-wrapper .political-party-list {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}
.steps-body .step-box .politicians-wrapper .political-party-list .ppl-item {
  width: 116px;
  height: 70px;
  line-height: 106px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 6px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .politicians-wrapper .political-party-list .ppl-item img {
  height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .politicians-wrapper .political-party-list .ppl-item:hover {
  border: 2px solid #3CBEB7;
}
.steps-body .step-box .politicians-wrapper .political-party-list .ppl-item-selected {
  border: 2px solid #3CBEB7;
  -webkit-box-shadow: 0px 0px 23px 0px #d6d6d6;
  -moz-box-shadow: 0px 0px 23px 0px #d6d6d6;
  box-shadow: 0px 0px 23px 0px #d6d6d6;
}
.steps-body .step-box .politicians-wrapper .political-party-list .ppl-item-selected:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #3CBEB7;
}
.steps-body .step-box .politicians-wrapper .head {
  margin-top: 90px;
  margin-bottom: 104px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #E0DEE0;
  position: relative;
}
.steps-body .step-box .politicians-wrapper .head .emoticon {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  text-align: center;
}
.steps-body .step-box .politicians-wrapper .head .emoticon p {
  font-size: 20px;
  font-family: "CitrusGothic", sans-serif;
  margin-top: 12px;
}
.steps-body .step-box .politicians-wrapper .head .e-angry p {
  color: #ef742a;
}
.steps-body .step-box .politicians-wrapper .head .e-meh p {
  color: #a0a3a7;
}
.steps-body .step-box .politicians-wrapper .head .e-smile p {
  color: #43bfb5;
}
.steps-body .step-box .politicians-wrapper .poli-list {
  text-align: left;
}
.steps-body .step-box .politicians-wrapper .poli-card {
  margin: 10px;
  width: 200px;
  height: 324px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: transparent;
  position: relative;
  display: inline-block;
  text-align: center;
}
.steps-body .step-box .politicians-wrapper .poli-card img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.steps-body .step-box .politicians-wrapper .poli-card .name-box {
  font-size: 16px;
  font-family: "ObjectivityRegular", sans-serif;
  color: #201d28;
  padding: 16px 12px 12px 12px;
  line-height: 20px;
  margin: 0;
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp {
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: 6px;
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp:before {
  position: absolute;
  content: "Tooltip message";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  left: -124px;
  width: 130px;
  top: 2px;
  padding: 7px 2px;
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  overflow: hidden;
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp:hover:before {
  opacity: 1;
  visibility: visible;
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp-angry {
  background-image: url("../img/angry-icon.png");
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp-angry:before {
  content: "Voted against";
  background: #ef742a;
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp-meh {
  background-image: url("../img/meh-icon.png");
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp-meh:before {
  content: "Not voted";
  background: #a0a3a7;
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp-smile {
  background-image: url("../img/smile-icon.png");
}
.steps-body .step-box .politicians-wrapper .poli-card .stamp-smile:before {
  content: "Voted for";
  background: #43bfb5;
}
.steps-body .step-box .politicians-wrapper .poli-selectable {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .politicians-wrapper .poli-selectable:hover {
  border: 2px solid #43bfb5;
}
.steps-body .step-box .politicians-wrapper .poli-card-selected {
  border: 2px solid #43bfb5;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 23px 0px #d6d6d6;
  -moz-box-shadow: 0px 0px 23px 0px #d6d6d6;
  box-shadow: 0px 0px 23px 0px #d6d6d6;
}
.steps-body .step-box .politicians-wrapper .poli-card-selected:before {
  content: "";
  width: 48px;
  height: 48px;
  background: #43bfb5;
  position: absolute;
  top: -16px;
  left: -16px;
  border-radius: 100%;
}
.steps-body .step-box .politicians-wrapper .poli-card-selected:after {
  content: "";
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 20px;
  height: 7px;
  top: 1px;
  left: -2px;
  transform: rotate(-45deg);
}
.steps-body .step-box .politicians-wrapper .poli-unselectable {
  border: 2px solid #ef742a;
  cursor: default;
  position: relative;
}
.steps-body .step-box .politicians-wrapper .poli-unselectable img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.steps-body .step-box .politicians-wrapper .poli-unselectable .name-box {
  opacity: 0.3;
}
.steps-body .step-box .politicians-wrapper .poli-unselectable:before {
  content: "Can't be selected";
  position: absolute;
  width: 100%;
  height: 26px;
  padding-top: 8px;
  z-index: 15;
  background: #ef742a;
  text-align: center;
  font-size: 14px;
  color: #000;
  left: 0px;
}
.steps-body .step-box .politicians-wrapper .poli-unselectable:after {
  content: "×";
  position: absolute;
  z-index: 16;
  font-size: 32px;
  font-weight: 100;
  color: #fff;
  left: 6px;
  top: -3px;
}
.steps-body .step-box .poli-proceed {
  border: none;
  outline: none;
  font-size: 24px;
  font-family: "CitrusGothic", sans-serif;
  background: #3DBFB8;
  color: #fff;
  width: 280px;
  margin-top: 54px;
  padding: 20px 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .step-box .poli-proceed:hover {
  background: #61D9D3;
}
.steps-body .footer-steps {
  width: 100%;
  height: 92px;
  background: #FBF9FB;
  text-align: center;
  line-height: 92px;
  position: fixed;
  bottom: 0;
  z-index: 165;
}
.steps-body .footer-steps .go-back {
  float: left;
  margin-left: -92px;
  left: 158px;
  position: relative;
  font-size: 24px;
  color: #201d28;
  font-family: "CitrusGothic", sans-serif;
  cursor: pointer;
}
.steps-body .footer-steps .go-back:hover > i {
  left: -6px;
}
.steps-body .footer-steps .go-back i {
  color: #F27417;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  position: relative;
  left: 0;
}
.steps-body .footer-steps .go-back span {
  position: relative;
}
.steps-body .footer-steps .go-back span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #F27417;
  left: 0;
  bottom: 0px;
}
.steps-body .footer-steps .step-progress {
  display: inline-block;
}
.steps-body .footer-steps .step-progress .pin {
  background: #D1CFD3;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  font-family: "CitrusGothic", sans-serif;
  font-size: 14px;
  vertical-align: middle;
  color: #FBF9FB;
}
.steps-body .footer-steps .step-progress .progress-line {
  width: 64px;
  height: 2px;
  background: #D1CFD3;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  display: inline-block;
}
.steps-body .footer-steps .step-progress .progress-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  background: #3BBFB6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .footer-steps .step-progress .progress-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #3BBFB6;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.steps-body .footer-steps .step-progress .progress-line-half:before {
  width: 50%;
}
.steps-body .footer-steps .step-progress .progress-line-half:after {
  left: calc(50% - 1px);
  opacity: 1;
}
.steps-body .footer-steps .step-progress .progress-line-full:before {
  width: 100%;
}
.steps-body .footer-steps .step-progress .progress-line-full:after {
  left: calc(100%);
  opacity: 0;
}
.steps-body .footer-steps .step-progress .pin-done {
  background: #3BBFB6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-delay: 0.3s;
  cursor: pointer;
}
.steps-body .footer-steps .step-progress .pin-done:hover {
  background: #48dad0;
}
.steps-body .footer-steps .step-progress .pin-final {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border: 1px solid #3BBFB6;
  background: #D5EEED;
  border-radius: 100%;
}
.steps-body .footer-steps .step-progress .pin-final:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  left: 6px;
  top: 7px;
  border-left: 1px solid #3BBFB6;
  border-bottom: 1px solid #3BBFB6;
  transform: rotate(-45deg);
}

.facts-arguments {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15661;
  width: 100vw;
  min-height: 100vh;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  visibility: hidden;
  opacity: 0;
}
.facts-arguments .background {
  width: 100%;
  height: 100vh;
}
.facts-arguments .background .minks {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0;
}
.facts-arguments .background .mink-anim {
  -webkit-animation-name: minkRotate;
  -webkit-animation-duration: 12s;
  animation-name: minkRotate;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  animation-duration: 12s;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.facts-arguments .background .mink1 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.facts-arguments .background .mink2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.facts-arguments .background .mink3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.facts-arguments .background .mink-anim-stop {
  animation-play-state: paused;
}
.facts-arguments .background .mink-steps {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
  animation: none !important;
}
.facts-arguments .center-content {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.facts-arguments .center-content .p-primary {
  color: #43bfb5;
  margin-top: 70px;
}
.facts-arguments .center-content h4 {
  color: #efeeed;
}
.facts-arguments .center-content .btn-next {
  margin-top: 50px;
  outline: none;
  border: none;
  width: 290px;
  height: 96px;
  line-height: 96px;
  background: #46BFB5;
  color: #fff;
  font-family: "CitrusGothic", sans-serif;
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px 19px 69px 10px rgba(19, 17, 24, 0.47);
  -moz-box-shadow: 0px 19px 69px 10px rgba(19, 17, 24, 0.47);
  box-shadow: 0px 19px 69px 10px rgba(19, 17, 24, 0.47);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.facts-arguments .center-content .btn-next:hover {
  background: #71d0c9;
}
.facts-arguments .center-content .progress-bar {
  margin-top: 100px;
}
.facts-arguments .center-content .progress-bar * {
  display: inline-block;
  vertical-align: middle;
}
.facts-arguments .center-content .progress-bar .pin {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #3C3B3F;
}
.facts-arguments .center-content .progress-bar .line {
  width: 64px;
  height: 1px;
  background: #3C3B3F;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
}
.facts-arguments .center-content .progress-bar .line:before {
  content: "";
  position: absolute;
  background: #46BFB5;
  width: 0%;
  height: 1px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.facts-arguments .center-content .progress-bar .pin-done {
  background: #46BFB5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-delay: 0.5s;
}
.facts-arguments .center-content .progress-bar .line-done:before {
  width: 100%;
  opacity: 1;
}
.facts-arguments .center-content .loading-bar {
  position: relative;
  width: 90%;
  height: 2px;
  max-width: 870px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #3C3B3F;
}
.facts-arguments .center-content .loading-bar:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -1px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #46BFB5;
}
.facts-arguments .center-content .loading-bar:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #46BFB5;
}
.facts-arguments .center-content .loading-bar .progress-line {
  width: 0%;
  height: 2px;
  background: #46BFB5;
  position: relative;
}
.facts-arguments .center-content .loading-bar .progress-line .progress-pin {
  position: absolute;
  right: -3px;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #46BFB5;
}
.facts-arguments .center-content .loading-bar .progress-line .progress-pin .percent-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  font-size: 14px;
  color: #3C3B3F;
  display: none;
}
.facts-arguments .center-content .loading-bar .progress-inprog {
  -webkit-animation-name: animateLoading;
  -webkit-animation-duration: 8s;
  animation-name: animateLoading;
  animation-duration: 8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.facts-arguments .center-content .loading-bar .progress-complete {
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  transition-property: all;
  width: 100%;
}
.facts-arguments .skip-btn {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-family: "CitrusGothic", sans-serif;
  font-size: 30px;
  margin-top: 30px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.facts-arguments .skip-btn i {
  color: #44BEB6;
  margin-left: 16px;
}
.facts-arguments .sb-hide {
  opacity: 0;
}

.faa-temp {
  opacity: 1;
  visibility: visible;
}

.faa-hide {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  animation-name: fadeOut;
  animation-duration: 2s;
  /*-webkit-animation-delay: 5s;
  animation-delay: 5s;*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.faa-hide-soon {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  animation-name: fadeOut;
  animation-duration: 2s;
  /*-webkit-animation-delay: 2s;
  animation-delay: 2s;*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.faa-hide-inst {
  opacity: 0 !important;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transition-property: all;
}

.show-animate {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  transition-property: all;
  opacity: 1 !important;
  visibility: visible !important;
}

@-webkit-keyframes animateLoading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes animateLoading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes minkRotate {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes minkRotate {
  /*0%{opacity: 0; }
  10%{opacity: 1; }
  33%{opacity: 1; }
  40%{opacity: 0;}
  100%{opacity: 0; }*/
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.facts-arguments-visible {
  visibility: visible;
  opacity: 1;
}

.error-message {
  z-index: 100;
  position: fixed;
  padding: 20px;
  background: #fff;
  width: 100%;
  top: -100%;
  left: 0px;
  text-align: center;
  color: #F27417;
  background: #ffddc4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  font-family: "CitrusGothic", sans-serif;
}
.error-message.active {
  top: 0px;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 150px;
  }

  h2 {
    font-size: 100px;
  }

  h3 {
    font-size: 60px;
  }

  h4 {
    font-size: 30px;
  }

  .landing-hero .mink-right {
    top: 13px;
    right: 0px;
    width: 931px;
  }
  .landing-hero .fence-right {
    top: 324px;
    width: 240px;
  }
  .landing-hero .fence-count-left {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 374px;
  }
  .landing-hero .foreground .hero-content {
    width: 80%;
  }
  .landing-hero .foreground .hero-content .left-side .title .fence-img {
    top: -20px;
    left: -81px;
    width: 434px;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    margin-top: 84px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form {
    width: 466px;
    height: 598px;
    padding: 38px 50px;
    margin-top: 54px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-text {
    margin-top: 48px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .btn-send {
    margin-top: 68px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-number {
    font-size: 220px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-fence {
    top: -108px;
  }

  .video-section .content .video-letter-title .yt-wrapper .vid-woman {
    width: 200px;
    left: -112px;
    top: -135px;
  }
  .video-section .content .video-letter-title .yt-wrapper .vid-mink {
    width: 150px;
    right: -124px;
    bottom: -64px;
  }

  .facts-arguments .background .minks {
    width: 60%;
    max-width: 500px;
  }
}
@media screen and (max-width: 1498px) {
  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 70px;
  }

  p.p-primary {
    font-size: 18px;
  }

  .landing-hero .foreground {
    padding-top: 61px;
  }
  .landing-hero .foreground .logo {
    top: 32px;
    left: 42px;
  }
  .landing-hero .foreground .hero-content .left-side .title h1 {
    margin-top: -32px;
    margin-bottom: 10px;
  }
  .landing-hero .foreground .hero-content .left-side .title h1:before {
    bottom: -13px;
  }
  .landing-hero .foreground .hero-content .left-side .title h2 {
    margin-top: 46px;
  }
  .landing-hero .foreground .hero-content .left-side .title .fence-img {
    top: -20px;
    left: -81px;
  }
  .landing-hero .foreground .hero-content .left-side .p-primary {
    margin-top: 48px;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    position: relative;
    z-index: 1655;
    margin-top: 61px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form {
    width: 466px;
    height: 502px;
    padding: 0px 32px;
    margin-top: 0px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-text {
    font-size: 16px;
    margin-top: 23px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .btn-send {
    margin-top: 27px;
    width: 260px;
    height: 86px;
    line-height: 86px;
  }
  .landing-hero .foreground .minks-count {
    margin-top: 298px;
  }

  .steps-body .step-box .final-form .input-group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
  }
  .steps-body .step-box .final-form .input-group input {
    font-size: 16px;
    padding: 20px 0px 10px 0px;
  }
  .steps-body .step-box .final-form .input-group .ok-mark {
    top: 10px;
  }
  .steps-body .step-box .final-form .privacy-text {
    display: block;
    margin-left: 6%;
    margin-right: 6%;
    width: 88%;
  }
  .steps-body .step-box .final-form .next-btn-form {
    width: 230px;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 26px;
  }

  p.p-secondary {
    font-size: 16px;
  }

  .btn-send {
    width: 260px;
    height: 80px;
    line-height: 80px;
    font-size: 21px;
  }

  /*.landing-hero {
    .mink-right{
      width: 874px;
    }
    .foreground {
      .hero-content {
        .left-side {
          .title {
            h1{
              margin-top: -26px;
              &:before{bottom: -12px;}
            }
          }
          .p-primary{margin-top: 84px;}
          .video-btn{margin-top: 136px;}
        }
      }
      .minks-count {
        .counter-box {
          .count-number{
            font-size: 190px;
          }
          .count-text{
            font-size: 18px;
            line-height: 46px;
          }
        }
      }
    }
  }*/
  .landing-hero .fence-right {
    display: none;
  }
  .landing-hero .mink-right {
    width: 800px;
  }
  .landing-hero .foreground .hero-content {
    width: 77%;
  }
  .landing-hero .foreground .hero-content .left-side .title h1 {
    margin-top: -28px;
  }
  .landing-hero .foreground .hero-content .left-side .title h1:before {
    bottom: -18px;
  }
  .landing-hero .foreground .hero-content .left-side .p-primary {
    margin-top: 67px;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    margin-top: 50px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form {
    padding: 26px 30px;
    width: 370px;
    height: 460px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-title {
    font-size: 16px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-title span {
    font-size: 38px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-text {
    font-size: 14px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-text span {
    font-size: 16px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .btn-send {
    margin-top: 30px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-number {
    margin-top: 58px;
  }
  .landing-hero .foreground .minks-count .counter-box .number-overlay {
    top: -74px;
    right: -60px;
    height: 370px;
  }

  .steps-body .step-box .card-step3 {
    padding-top: 110px;
    vertical-align: top;
  }
  .steps-body .step-box .poli-right-active {
    padding-top: 0px;
    height: auto !important;
  }
  .steps-body .step-box .poli-right-active .political-party-list {
    padding-bottom: 58px;
  }
  .steps-body .step-box .poli-main-card, .steps-body .step-box .poli-right-card2 {
    width: 454px;
    height: 360px;
  }
  .steps-body .step-box .poli-main-card .title, .steps-body .step-box .poli-right-card2 .title {
    font-size: 40px;
  }
  .steps-body .step-box .poli-main-card .title span, .steps-body .step-box .poli-right-card2 .title span {
    font-size: 28px;
  }
  .steps-body .step-box .poli-main-card .number, .steps-body .step-box .poli-right-card2 .number {
    font-size: 154px;
  }
  .steps-body .step-box .poli-main-card i, .steps-body .step-box .poli-right-card2 i {
    font-size: 26px;
  }
  .steps-body .step-box .poli-main-card .background .stamp, .steps-body .step-box .poli-right-card2 .background .stamp {
    width: 200px;
  }
  .steps-body .step-box .poli-left-card, .steps-body .step-box .poli-right-card {
    width: 320px;
    height: 190px;
  }
  .steps-body .step-box .poli-left-card .title, .steps-body .step-box .poli-right-card .title {
    font-size: 26px;
    margin-top: 64px;
  }
  .steps-body .step-box .poli-left-card .title span, .steps-body .step-box .poli-right-card .title span {
    font-size: 20px;
  }
  .steps-body .step-box .poli-left-card i, .steps-body .step-box .poli-right-card i {
    font-size: 26px;
  }
  .steps-body .step-box .politicians-wrapper {
    width: 894px;
  }

  .facts-arguments .center-content .btn-next {
    width: 250px;
    height: 72px;
    line-height: 72px;
  }
}
@media screen and (max-width: 1326px) {
  .teletype-prefix, .teletype-cursor {
    top: -10px;
  }

  h1 {
    font-size: 110px;
  }

  h2 {
    font-size: 72px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  .landing-hero .foreground .hero-content .left-side .title h1 {
    margin-top: -31px;
  }

  /*.landing-hero {
    .foreground {
      .hero-content{
        .left-side {
          .title {
            .fence-img{
              left: -42px;
              width: 380px;
            }
          }
        }
        .right-side {
          .letter-form{
            width: 416px;
            height: 552px;
            padding: 32px 40px;
            margin-top: 54px;

            .letter-text{
              margin-top: 28px;
            }
            .btn-send{
              margin-top: 40px;
            }
          }
        }
      }
      .
      -count {
        .counter-box {
          .count-number{
            font-size: 160px;
          }
          .count-text{
            //width: 70%;
          }
        }
      }
    }
  }*/
  .video-section .content .video-letter-title .fence-letter {
    top: 44px;
    width: 400px;
  }
}
@media screen and (max-width: 1282px) {
  p.p-primary {
    font-size: 14px;
  }

  p.p-secondary {
    font-size: 14px;
  }

  .poli-popup .popup-body .content {
    padding: 54px 60px;
  }
  .poli-popup .popup-body .content .info img {
    width: 150px;
    height: auto;
  }
  .poli-popup .popup-body .content .info .info-box {
    width: 284px;
    padding-top: 24px;
    margin-left: 20px;
  }
  .poli-popup .popup-body .content .info .info-box .name {
    font-size: 22px;
  }
  .poli-popup .popup-body .content .info .info-box .informations {
    font-size: 14px;
    line-height: 17px;
  }
  .poli-popup .popup-body .close-btn {
    top: 30px;
    right: 30px;
  }

  .landing-hero .fence-right {
    display: none;
  }
  .landing-hero .mink-right {
    width: 800px;
  }
  .landing-hero .foreground .hero-content {
    width: 88%;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    margin-top: 70px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form {
    padding: 26px 30px;
    width: 370px;
    height: 460px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-title {
    font-size: 16px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-title span {
    font-size: 38px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-text {
    font-size: 14px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .letter-text span {
    font-size: 16px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-number {
    margin-top: 58px;
    font-size: 180px;
  }
  .landing-hero .foreground .minks-count .counter-box .number-overlay {
    top: -74px;
    right: -130px;
    height: 370px;
  }

  .video-section .content {
    padding-top: 110px;
  }
  .video-section .content .video-letter-title {
    margin-bottom: 106px;
  }
  .video-section .content .video-letter-title h2 {
    height: 114px;
  }
  .video-section .content .video-letter-title .yt-wrapper {
    margin-top: 134px;
  }
  .video-section .cta-mink {
    width: 55vw;
  }
  .video-section .cta-fence-right {
    width: 40vw;
  }
  .video-section .cta-fence-left {
    display: none;
  }

  .steps-body .step-box .card-step3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 51%;
    margin-bottom: 30px;
    padding-top: 58px;
    height: 280px;
  }
  .steps-body .step-box .foreground .step-politics {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .steps-body .step-box .foreground .step-politics .poli-main-card {
    flex: 0 0 90%;
    max-width: 51%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }
  .steps-body .step-box .foreground .step-politics .poli-left-card, .steps-body .step-box .foreground .step-politics .poli-right-card {
    flex: 0 0 90%;
    max-width: 51%;
    -webkit-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }
  .steps-body .step-box .poli-right-active {
    height: auto;
  }
  .steps-body .step-box .poli-right-active .political-party-list {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 58px;
  }
  .steps-body .step-box .step-politics4 {
    width: 862px;
  }
  .steps-body .step-box .step-politics4 .head-panel {
    height: 72px;
  }
  .steps-body .step-box .step-politics4 .head-panel .go-back-page {
    top: 22px;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-btn {
    padding: 23.5px 42px;
    font-size: 20px;
  }
  .steps-body .step-box .step-politics4 .head-panel .sa-show {
    margin-top: 43px;
    padding: 30px 32px 60px 32px;
  }
  .steps-body .step-box .step-politics4 .head-panel .a-show {
    margin-top: 0px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item {
    height: auto;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item img {
    width: 152px;
    height: auto;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box {
    width: 284px;
    padding-top: 24px;
    margin-left: 20px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .name {
    font-size: 22px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations {
    font-size: 14px;
    line-height: 17px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .copy-to-clipboard {
    width: 224px;
    height: 138px;
    font-size: 14px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions {
    width: 148px;
    font-size: 14px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .change-poli {
    font-size: 26px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .switch {
    width: 56px;
    height: 26px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .slider:before {
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  .steps-body .step-box .order1 {
    order: 1 !important;
    -webkit-order: 1 !important;
  }

  .steps-body .step-box .order2 {
    order: 2 !important;
    -webkit-order: 2 !important;
  }

  .steps-body .step-box .order3 {
    order: 3 !important;
    -webkit-order: 3 !important;
  }
}
@media screen and (max-width: 1020px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  p.p-primary {
    letter-spacing: 6px;
  }

  .btn-send {
    width: 230px;
    height: 70px;
    line-height: 70px;
    font-size: 19px;
  }

  .landing-hero .mink-right {
    width: 808px;
    right: -162px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing-hero .foreground .hero-content .left-side .title h1 {
    margin-top: -24px;
  }
  .landing-hero .foreground .hero-content .left-side .p-primary {
    margin-top: 48px;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    width: 230px;
    height: 70px;
    line-height: 70px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-number {
    margin-top: 30px;
    font-size: 140px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-text {
    font-size: 16px;
    line-height: 36px;
  }
  .landing-hero .foreground .minks-count .counter-box .number-overlay {
    right: -80px;
  }

  .video-section .content {
    padding-top: 64px;
  }
  .video-section .content .video-letter-title h2 {
    height: 86px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .video-section .content .video-letter-title .fence-letter {
    top: -70px;
  }
  .video-section .content .video-letter-title .yt-wrapper {
    margin-top: 110px;
  }

  .steps-body .step-box .politicians-wrapper {
    width: 670px;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide {
    padding: 24px;
    font-size: 16px;
    height: 438px;
  }
}
@media screen and (max-width: 922px) {
  .steps-body .step-box .step-politics4 {
    width: 90%;
  }
  .steps-body .step-box .step-politics4 .head-panel .go-back-page {
    top: 22px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item {
    margin: 16px;
    width: 95%;
    padding-bottom: 20px;
    vertical-align: top;
    /*.abs-text{
      padding: 6px;
      font-size: 12px;
      top: -18px;
    }*/
    /*img{
      width: 114px;
      height: auto;
    }*/
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item:before, .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item:after {
    width: 100%;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box {
    width: calc(100% - 176px);
    padding-top: 18px;
    margin-left: 14px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations {
    line-height: 16px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .copy-to-clipboard {
    width: 240px;
    display: inline-block;
    height: auto;
    padding: 14px;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .copy-to-clipboard i {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 24px;
    vertical-align: middle;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .copy-to-clipboard span {
    display: inline-block;
    text-align: left;
    line-height: 18px;
    margin-left: 14px;
    vertical-align: middle;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions {
    display: inline-block;
    float: right;
    margin-top: 10px;
    width: calc(100% - 258px);
    text-align: right;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .action-box {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .chp-text {
    margin-top: 12px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .change-poli {
    font-size: 26px;
  }
}
@media screen and (max-width: 908px) {
  .landing-hero .mink-right {
    top: 546px;
  }
  .landing-hero .foreground .hero-content {
    text-align: center;
  }
  .landing-hero .foreground .hero-content .left-side {
    text-align: left;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    position: absolute;
    top: 808px;
    left: 50%;
    transform: translateX(-50%);
  }
  .landing-hero .foreground .hero-content .right-side {
    text-align: center;
    float: none;
    display: block;
    margin-top: 20px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form {
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-hero .foreground .minks-count .counter-box .number-overlay {
    right: -80px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-number {
    font-size: 100px;
  }

  .footer-landing {
    padding: 50px 60px 50px 60px;
  }
  .footer-landing * {
    vertical-align: middle;
  }

  .steps-body .step-box .poli-main-card2 .ok-mark {
    left: -14px;
    top: -30px;
  }
  .steps-body .step-box .card-step3 {
    width: 90%;
  }
  .steps-body .step-box .card-step3 .title {
    margin-top: 26px;
  }
  .steps-body .step-box .foreground .step-politics .poli-main-card {
    max-width: 90%;
  }
  .steps-body .step-box .foreground .step-politics .poli-main-card .ok-mark {
    top: -30px;
    right: -14px;
  }
  .steps-body .step-box .foreground .step-politics .poli-left-card, .steps-body .step-box .foreground .step-politics .poli-right-card {
    max-width: 90%;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide {
    /*padding: 24px;
    font-size: 16px;
    height: 536px;*/
  }
}
@media screen and (max-width: 878px) {
  .steps-body .footer-steps {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*.step-progress{
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-order: 1;
      order: 1;

      .progress-line{width: 10%;}
    }
    .go-back{
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-order: 2;
      order: 2;
      left: 0px;
      margin-left: 0px;
      margin-top: 20px;
    }*/
  }
  .steps-body .footer-steps .step-progress {
    display: block;
    margin-left: auto;
    margin-right: 16px;
  }
  .steps-body .footer-steps .step-progress .progress-line {
    margin-left: -5px;
    margin-right: -5px;
  }
  .steps-body .footer-steps .go-back {
    margin-left: -132px;
  }

  .steps-body .step-box .step-politics4 .head-panel .arguments .arg-btn {
    top: 92%;
  }
}
@media screen and (max-width: 838px) {
  .landing-hero .foreground {
    padding-bottom: 72px;
  }
  .landing-hero .foreground .minks-count .counter-box .number-overlay {
    /*right: -5vw;
    height: 270px;*/
    display: none;
  }
  .landing-hero .fence-count-left {
    display: none;
  }

  .video-section {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 780px) {
  .landing-hero .foreground .minks-count .counter-box .count-number {
    font-size: 120px;
  }

  .poli-popup .popup-body .content .about-text {
    font-size: 14px;
  }
  .poli-popup .popup-body .close-btn {
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
  }

  .steps-body .step-box .politicians-wrapper {
    width: 446px;
  }
  .steps-body .step-box .step-politics4 .head-panel {
    width: 95%;
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-btn {
    padding: 23.5px 13px;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide {
    /*padding: 24px;
    font-size: 16px;*/
    height: 480px;
  }
  .facts-arguments .center-content {
    width: 80%;
  }
  .facts-arguments .center-content h4 {
    font-size: 20px !important;
  }
  .facts-arguments .center-content .btn-next {
    width: 200px;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
  }
  .facts-arguments .center-content .progress-bar {
    margin-top: 60px;
  }

  .facts-arguments .center-content {
    top: 30px;
    transform: translate(-50%, 0%);
  }
  .facts-arguments .center-content .p-primary {
    margin-top: 40px;
  }
  .facts-arguments .background .minks {
    width: 150%;
    max-width: 200%;
  }

  .video-section .content .video-letter-title .yt-wrapper {
    margin-top: 168px;
  }
  .video-section .content .video-letter-title .yt-wrapper .vid-woman {
    transform: translateX(-75px);
    width: 244px;
    left: 50%;
    z-index: 0;
    top: -178px;
  }
  .video-section .content .video-letter-title .yt-wrapper .vid-mink {
    width: 119px;
    right: 50%;
    transform: translateX(11px);
    bottom: unset;
    top: -102px;
    z-index: 0;
  }
}
@media screen and (max-width: 712px) {
  .footer-landing {
    height: auto;
    padding: 50px 60px 0px 60px;
  }
  .footer-landing * {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .footer-landing .footer-url a {
    margin-bottom: 12px;
  }
  .footer-landing .footer-url p {
    margin-bottom: 0px;
  }
  .footer-landing .socials {
    margin-bottom: 0px;
  }

  .steps-body .step-box .final-form {
    width: 90%;
    max-width: 320px;
  }
  .steps-body .step-box .final-form .input-group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 36px;
  }
  .steps-body .step-box .final-form .input-group input {
    font-size: 13px;
    padding: 14px 0px 7px 0px;
  }
  .steps-body .step-box .final-form .input-group .ok-mark {
    top: 2px;
  }
  .steps-body .step-box .final-form .privacy-text {
    display: block;
    margin-left: 6%;
    margin-right: 6%;
    width: 88%;
  }
  .steps-body .step-box .final-form .next-btn-form {
    width: 190px;
    padding: 6px 10px;
    font-size: 20px;
  }
  .steps-body .step-box .step-politics4 {
    width: 100%;
    /*.head-panel{
      height: 44px;
      width: 94%;
      display: block;
      margin-left: auto;
      margin-right: auto;

      .go-back-page{font-size: 16px;top: 12px;margin-left: 18px;}
      .menu-btn{
        padding: 11.5px 20px;
        font-size: 16px;
      }
      .sa-show{
        margin-top: 25px;
        padding: 30px 0px 60px 0px;
      }
      .a-show{margin-top: 0px;}
      .menu-dropdown{
        .slide-show{
          .slides-box{
            .slides{
              .slide{height: 494px;font-size: 14px;span{font-size: 14px;}}
            }
          }
        }
      }
    }*/
  }
  .steps-body .step-box .step-politics4 .done-btn {
    width: 230px;
    margin-top: 64px;
    padding: 16px 16px;
    font-size: 20px;
  }
  .steps-body .step-box .step-politics4 .done-btn span {
    font-size: 12px;
  }
  .steps-body .step-box .step-politics4 .done-btn span br {
    display: none;
  }
  .steps-body .step-box .step-politics4 .postpone-later {
    font-size: 16px;
    max-width: 94%;
  }
  .steps-body .step-box .step-politics4 .later-box {
    font-size: 14px;
    max-width: 94%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .steps-body .step-box .step-politics4 .later-box button {
    padding: 22px 16px 17px 16px;
    max-width: 80%;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .steps-body .step-box .map-wrapper {
    width: 90%;
    height: 392px;
  }
  .steps-body .step-box .map-wrapper svg {
    transform: translate(-50%, -50%) scale(0.4);
  }
  .steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .link {
    margin-top: 54px;
  }
}
@media screen and (max-width: 582px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  .landing-hero .mink-right {
    top: 422px;
    right: -166px;
    width: 668px;
  }
  .landing-hero .foreground .logo {
    top: 40px;
    left: 40px;
  }
  .landing-hero .foreground .hero-content .left-side .title {
    position: relative;
  }
  .landing-hero .foreground .hero-content .left-side .title:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #366B66, transparent);
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
  }
  .landing-hero .foreground .hero-content .left-side .title h2 {
    display: inline-block;
  }
  .landing-hero .foreground .hero-content .left-side .title h1 {
    display: inline-block;
    margin-left: 0px;
    margin-top: -7px;
  }
  .landing-hero .foreground .hero-content .left-side .title h1:before {
    display: none;
  }
  .landing-hero .foreground .hero-content .left-side .title p.p-primary {
    margin-top: 32px;
  }
  .landing-hero .foreground .hero-content .left-side .title .fence-img {
    left: -18px;
    width: 286px;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    margin-top: 22px;
  }
  .landing-hero .foreground .hero-content .left-side .p-primary {
    letter-spacing: 3px;
  }
  .landing-hero .foreground .hero-content .right-side {
    margin-top: 52px;
    margin-bottom: 214px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form {
    width: 100%;
    max-width: 438px;
  }
  .landing-hero .foreground .minks-count {
    margin-top: 140px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-number {
    font-size: 120px;
  }

  .steps-body .footer-steps .step-progress .progress-line {
    width: 40px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item {
    height: 374px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions {
    display: block;
    width: 100%;
    text-align: left;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .switch {
    width: 56px;
    height: 26px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .slider:before {
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .actions .change-poli {
    font-size: 24px;
  }
}
@media screen and (max-width: 522px) {
  .poli-popup .popup-body .content {
    padding: 54px 18px;
  }
  .poli-popup .popup-body .content .info .info-box {
    margin-left: 0px;
  }
  .poli-popup .popup-body .content .about-text {
    font-size: 12px;
  }

  .steps-body .step-box {
    min-height: calc(100vh - 151px);
  }
  .steps-body .step-box .step-title {
    font-size: 36px;
  }
  .steps-body .step-box .map-wrapper {
    height: 298px;
  }
  .steps-body .step-box .map-wrapper svg {
    transform: translate(-50%, -50%) scale(0.3);
  }

  .steps-body .step-box .politicians-wrapper {
    width: 320px;
  }
  .steps-body .step-box .politicians-wrapper .poli-card {
    width: 137px;
    height: 240px;
  }
  .steps-body .step-box .politicians-wrapper .poli-card .name-box {
    font-size: 12px;
  }
  .steps-body .step-box .politicians-wrapper .poli-card-selected:before {
    width: 40px;
    height: 40px;
    top: -12px;
    left: -12px;
  }
  .steps-body .step-box .politicians-wrapper .poli-card-selected:after {
    width: 14px;
    height: 6px;
    top: 2px;
    left: 0px;
  }
  .steps-body .step-box .politicians-wrapper .poli-unselectable:before {
    text-align: right;
    font-size: 12px;
    padding-right: 8px;
    height: 30px;
    box-sizing: border-box;
  }
  .steps-body .step-box .poli-main-card {
    height: 318px;
  }
  .steps-body .step-box .poli-main-card .title {
    font-size: 32px;
  }
  .steps-body .step-box .poli-main-card .title span {
    font-size: 24px;
  }
  .steps-body .step-box .poli-main-card .number {
    font-size: 126px;
  }
  .steps-body .step-box .poli-main-card .background .stamp {
    width: 158px;
  }
  .steps-body .step-box .card-step3 {
    height: 240px !important;
  }
  .steps-body .step-box .card-step3-right {
    height: 250px !important;
    padding-top: 20px;
  }
  .steps-body .step-box .card-step3-right .title {
    font-size: 33px;
  }
  .steps-body .step-box .card-step3-right .title span {
    font-size: 26px;
  }
  .steps-body .step-box .poli-right-active {
    height: auto !important;
  }
  .steps-body .step-box .step-politics4 {
    width: 100%;
  }
  .steps-body .step-box .step-politics4 .head-panel {
    height: 89px;
    width: 94%;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box {
    width: 100%;
    margin-top: 0px;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .slides-box .slides .slide {
    height: auto;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .dir-btn {
    position: absolute;
    bottom: -8px;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .dir-right {
    right: 16px;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-dropdown .slide-show .dir-left {
    left: 16px;
  }
  .steps-body .step-box .step-politics4 .head-panel .sa-show {
    min-height: auto;
  }
  .steps-body .step-box .step-politics4 .head-panel .go-back-page {
    font-size: 16px;
    top: 12px;
    margin-left: 18px;
    display: block;
  }
  .steps-body .step-box .step-politics4 .head-panel .btn-box {
    float: none;
    width: 100%;
    margin-top: 22px;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-btn {
    padding: 9.5px 10px;
    width: 50%;
    display: inline-block;
    font-size: 16px;
    border: none;
  }
  .steps-body .step-box .step-politics4 .head-panel .menu-btn:first-child {
    border-right: 1px solid #fff;
  }
  .steps-body .step-box .step-politics4 .head-panel .sa-show {
    margin-top: 0;
  }
  .steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .link {
    margin-top: 54px;
  }
  .steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .number {
    font-size: 30px;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .title {
    font-size: 22px;
  }
  .steps-body .step-box .step-politics4 .head-panel .arguments .argument-box .text {
    font-size: 16px;
    line-height: 30px;
  }
  .steps-body .step-box .step-politics4 .head-panel .a-show {
    padding: 30px 22px 74px 22px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item {
    margin: 26px 8px;
    height: 335px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item img {
    width: 122px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box {
    width: calc(100% - 141px);
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .name {
    font-size: 20px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations {
    line-height: 13px;
    font-size: 12px;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .info-box .informations .poli-more-info {
    margin-top: -14px;
    display: block;
  }
  .steps-body .step-box .step-politics4 .politics-mailto-list .pml-item .abs-text {
    top: 0;
    left: 0;
    right: auto;
    padding: 8px 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 442px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 16px;
  }

  p.p-primary {
    font-size: 12px;
    letter-spacing: 5px;
  }

  .landing-hero .mink-right {
    top: 277px;
  }
  .landing-hero .foreground {
    padding-top: 134px;
  }
  .landing-hero .foreground .hero-content .left-side .title h2 {
    margin-top: 12px;
  }
  .landing-hero .foreground .hero-content .left-side .title .fence-img {
    top: -92px;
  }
  .landing-hero .foreground .hero-content .left-side p.p-primary {
    margin-top: 32px;
  }
  .landing-hero .foreground .hero-content .left-side .video-btn {
    top: 764px;
  }
  .landing-hero .foreground .hero-content .right-side {
    margin-top: 30px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form {
    height: auto;
    position: relative;
    padding: 26px 30px 70px 30px;
  }
  .landing-hero .foreground .hero-content .right-side .letter-form .btn-send {
    position: absolute;
    bottom: -30px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .landing-hero .foreground .minks-count {
    margin-top: 246px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-number {
    font-size: 50px;
  }
  .landing-hero .foreground .minks-count .counter-box .counter-pins .pin {
    width: 20px;
    height: 20px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-text {
    margin-bottom: 26px;
  }
  .landing-hero .foreground .minks-count .counter-box .count-divider {
    margin-top: 36px;
  }

  .video-section .content {
    width: 90%;
  }

  .steps-body .footer-steps .step-progress .progress-line {
    width: 14px;
  }
}
@media screen and (max-width: 384px) {
  .steps-body .step-box .step-title {
    font-size: 30px;
  }
  .steps-body .step-box .map-wrapper {
    height: 298px;
  }
  .steps-body .step-box .map-wrapper svg {
    transform: translate(-50%, -50%) scale(0.25);
  }
}
@media screen and (max-width: 356px) {
  .landing-hero .foreground .hero-content .left-side .video-btn {
    top: 802px;
  }
}
@media screen and (max-height: 768px) {
  .steps-body .step-box .poli-main-card {
    max-height: 290px;
  }
  .steps-body .step-box .poli-main-card .title {
    font-size: 36px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .steps-body .step-box .poli-main-card .number {
    font-size: 106px;
  }
  .steps-body .step-box .card-step3 {
    padding-top: 38px;
  }
  .steps-body .step-box .poli-right-card2 {
    height: 290px;
    padding-top: 74px;
  }
}

/*# sourceMappingURL=style.css.map */
