/*
* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
}


.info {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 25px;
    transition: .3s background;
    z-index: 10000;
	display: none;
}

.info:hover {
    background: rgb(204, 204, 204);
}
*/
/*
.second-call_actions-section-buttons {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 35px;
    margin-top: 30px;
}
.second-call_actions-section-button {
    background: #FFFFFF;
    border: 1px solid #0984E3;
    color: #0984E3;
    padding: 9px 15px;
    border-radius: 5px;
    -webkit-transition: .3s background, .3s color;
    transition: .3s background, .3s color;
	text-align: center;
	margin: 6px 0 0 6px;
}
.second-call_actions-section-button:last-child {
    margin: 0 5px 0 auto;
}
  .second-call_actions-section-button:hover {
    background: #0984E3;
    color: #fff;
	text-decoration: none;
  }
.stuzon-modal {
    position: fixed;

    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 100%;
    height: 100vh;
    background: rgba(238, 238, 238, 0.14);
    border-radius: 10px;
    bottom: 65px;
    right: 65px;
    transform: matrix(0, 0, 0, 0, 0, 0);
    opacity: 0;
    z-index: 9999;

}

.stuzon-modal iframe {
    width: 100%;
    height: 100%;
}

.info.active + .stuzon-modal {
    animation: 1.3s showModalStuzon ease forwards;
}


@keyframes showModalStuzon {
    0% {
        opacity: 0;
        bottom: 65px;
        right: 65px;
        transform: translate(50%, 50%) matrix(0.00001, 0, 0, 0.00001, 0, 0);
    }
    20% {
        opacity: 1;
        transform: translate(50%, 50%) matrix(0.05, 0, 0, 0.05, 0, 0);
        right: 65px;
    }
    100% {
        opacity: 1;
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%) matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes hideModalStuzon {
    0% {
        opacity: 1;
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%) matrix(1, 0, 0, 1, 0, 0);
    }
    80% {
        opacity: 1;
        transform: translate(50%, 50%) matrix(0.05, 0, 0, 0.05, 0, 0);
        right: 65px;
    }
    100% {
        opacity: 0;
        bottom: 65px;
        right: 65px;
        transform: translate(50%, 50%) matrix(0.00001, 0, 0, 0.00001, 0, 0);
    }
}

.btn-boot {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid;
    color: white;
    width: 220px;
    margin: 10px auto 20px;
    border-radius: 5px;
   background-color: #7cc100;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.2);
    border: unset;
	padding: 10px;
	transition: 0.3s all;
	text-decoration: none !important;
	display: inline-block;

}
.btn-boot:hover {
	background-color: #389900;
	transition: 0.3s all;

}
.first-btn {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.subscribe-button {
  color: #fff !important;
  width: 100%;
  border: none;
  border-radius: 0px;
  background: linear-gradient( #8ac6f0 0%, #008ff4 50%, #8ac6f0 100%);
  transition: 0.3s all;
  padding: .5rem .1rem !important;
  margin-bottom: 0 !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

.subscribe-button:hover {
  color: #fff !important;
  transition: 0.3s all;
  background: linear-gradient( rgba(0, 143, 244, 0.68) 0%, #8ac6f0 50%, rgba(0, 143, 244, 0.65) 100%);
}

.subscribe-button-modal {

}

.subscribe-button-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0, .25);
}

.subscribe-button-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 600px;
  border-radius: 10px;
  background: #fff;
}

.subscribe-button-iframe {
  width: 100%;
  height: calc(100% - 45px);
  border: 0;
  padding: 0;
}
.subscribe-button-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
}

.subscribe-button-close {
  position: relative;
  top: 10px;
  right: 12px;
  top: 2px;
  right: 0px;  
  cursor: pointer;
  color: #3399f3;
  font-size: 26px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s color;
  margin-left: auto;
}

.subscribe-button-loading {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50%;
    display: none;  
}

.subscribe-button-close:hover {
  color: rgb(68, 110, 155);
}

@media (max-width: 991px) {
  .subscribe-button-content {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .second-call_actions-section-button{
		padding: 10px;
}  
  .second-call_actions-section-button:last-child {
        margin: 0 5px 0 5px;
}
}
@media (max-height: 650px) {
  .subscribe-button-content {
    height: 90%;
  }

}
*/
/*
@keyframes showModal {
  0%{opacity: 0;}
  100%{opacity: 1;}
}
@keyframes hideModal {
  0%{opacity: 1;}
  100%{opacity: 0;}
}
*/
/*
* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
}


 .info {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 25px;
    transition: .3s background;
    z-index: 10000;
}
.info:hover {
    background: rgb(204, 204, 204);
} */

.stuzon-modal {
    position: fixed;
  /*  display: flex;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    pointer-events: none;
}

.stuzon-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: .3s background;
}

.stuzon-modal-content {
    max-width: 1000px;
    width: calc(100% - 30px);
    height: 600px;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    bottom: 45px;
    right: 45px;
    transform: matrix(0, 0, 0, 0, 0, 0);
}

.stuzon-modal-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 0 7px;
}

.stuzon-modal-button {
    background: #FFF;
    border: 1px solid #0984E3;
    color: #0984E3;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s background, .3s color;
    transition: .3s background, .3s color;
}

.stuzon-modal-button:hover {
    background: #0984E3;
    color: #fff;
}

.stuzon-modal-iframe {
    width: 100%;
    height: calc(100% - 55px);
}

.stuzon-modal-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.info.active ~ .stuzon-modal {
    pointer-events: all;
}

.info.active ~ .stuzon-modal .stuzon-modal-content {
    animation: 1.3s showModalStuzon ease forwards;
}

.info.active ~ .stuzon-modal .stuzon-modal-bg {
    background: rgba(0, 0, 0, .3);
}

@media(max-width: 575px) {
    .stuzon-modal-content-top {
        height: 105px;
    }

    .stuzon-modal-iframe {
        height: calc(100% - 105px);
    }

    .stuzon-modal-content-buttons {
        display: flex;
        flex-direction: column;
    }

    .stuzon-modal-content-buttons a:last-child {
        margin-top: 5px;
    }
}

@keyframes showModalStuzon {
    0% {
        opacity: 0;
        bottom: 45px;
        right: 45px;
        transform: translate(50%, 50%) matrix(0.00001, 0, 0, 0.00001, 0, 0);
    }
    20% {
        opacity: 1;
        transform: translate(50%, 50%) matrix(0.05, 0, 0, 0.05, 0, 0);
        right: 45px;
    }
    100% {
        opacity: 1;
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%) matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes hideModalStuzon {
    0% {
        opacity: 1;
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%) matrix(1, 0, 0, 1, 0, 0);
    }
    80% {
        opacity: 1;
        transform: translate(50%, 50%) matrix(0.05, 0, 0, 0.05, 0, 0);
        right: 45px;
    }
    100% {
        opacity: 0;
        bottom: 45px;
        right: 45px;
        transform: translate(50%, 50%) matrix(0.00001, 0, 0, 0.00001, 0, 0);
    }
}