:root {
  --top: -345px;
}

/*LAYOUT 1*/
.cta[data-l="1"] {
  width: 210px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cta[data-l="1"] > div {
  width: 210px;
  background: #0096dc;
  pointer-events: auto;
  text-align: center !important;
  font-size: 14px;
  color: #fff;
  padding: 15px 10px;
  -webkit-border-radius: 12px 0px 0px 12px;
  -moz-border-radius: 12px 0px 0px 12px;
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
  position: sticky;
  right: 0;
  top: 180px;
  bottom: auto;
  z-index: 11;
  margin: 60px 0;
}
.cta[data-l="1"] > div > a {
	color: #fff !important;
}
.cta[data-l="1"] > div > a:hover {
	color: #fff;
}
.cta[data-l="1"] > div > a > span {
	vertical-align: middle;
	padding: 0 5px;
}
.cta[data-l="1"] > div > a > span:nth-child(1) {
	display:inline-block;
}
.cta[data-l="1"] > div > a > span:nth-child(2) {
	display:none;
}
.cta[data-l="1"] > div > a > span:nth-child(3) {
	font-size:16px;
	font-weight: 700; /*bold*/
	white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 1595px) {
	.cta[data-l="1"] > div {
        margin: 0;
    }
	.cta[data-l="1"] > div > a > span:nth-child(1) {
        display:none;
    }
    .cta[data-l="1"] > div > a > span:nth-child(2) {
        display:inline-block;
    }
	.cta[data-l="1"] > div {
    width: 100%;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    position: fixed;
    right: 0;
	top: auto;
    bottom: 0;
  } 
}
.cta.em[data-l="1"] {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  top: 0;
}
.cta.em[data-l="1"] > div {
  position: relative;
  top: 0;
  margin: 0 0 0 auto;
}

/*LAYOUT 2*/
.cta[data-l="2"] {
  width: 210px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: var(--top);
  z-index: 10;
  pointer-events: none;
}
.cta[data-l="2"] > div {
  width: 210px;
  background: #0096dc;
  pointer-events: auto;
  text-align: center !important;
  font-size: 14px;
  color: #fff;
  padding: 15px 10px;
  -webkit-border-radius: 12px 0px 0px 12px;
  -moz-border-radius: 12px 0px 0px 12px;
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
  position: sticky;
  right: 0;
  top: 180px;
  bottom: auto;
  z-index: 11;
  margin: 60px 0;
}
.cta[data-l="2"] > div > a {
	color: #fff !important;
}
.cta[data-l="2"] > div > a:hover {
	color: #fff;
}
.cta[data-l="2"] > div > a > span {
	vertical-align: middle;
	padding: 0 5px;
}
.cta[data-l="2"] > div > a > span:nth-child(1) {
	display:inline-block;
}
.cta[data-l="2"] > div > a > span:nth-child(2) {
	display:none;
}
.cta[data-l="2"] > div > a > span:nth-child(3) {
	font-size:16px;
	font-weight: 700; /*bold*/
	white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 1595px) {
	.cta[data-l="2"] > div {
        margin: 0;
    }
	.cta[data-l="2"] > div > a > span:nth-child(1) {
        display:none;
    }
    .cta[data-l="2"] > div > a > span:nth-child(2) {
        display:inline-block;
    }
	.cta[data-l="2"] > div {
    width: 100%;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    position: fixed;
    right: 0;
	top: auto;
    bottom: 0;
  } 
}
.cta.em[data-l="2"] {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  top: 0;
}
.cta.em[data-l="2"] > div {
  position: relative;
  top: 0;
  margin: 0 0 0 auto;
}

/*LAYOUT 3*/
.cta[data-l="3"] {
  width: 210px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cta[data-l="3"] > div {
  width: 210px;
  background: #0096dc;
  pointer-events: auto;
  text-align: center !important;
  font-size: 14px;
  color: #fff;
  padding: 15px 10px;
  -webkit-border-radius: 12px 0px 0px 12px;
  -moz-border-radius: 12px 0px 0px 12px;
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
  position: sticky;
  right: 0;
  top: 180px;
  bottom: auto;
  z-index: 11;
  margin: 60px 0;
}
.cta[data-l="3"] > div > a {
	color: #fff !important;
}
.cta[data-l="3"] > div > a:hover {
	color: #fff;
}
.cta[data-l="3"] > div > a > span {
	vertical-align: middle;
	padding: 0 5px;
}
.cta[data-l="3"] > div > a > span:nth-child(1) {
	display:inline-block;
}
.cta[data-l="3"] > div > a > span:nth-child(2) {
	display:none;
}
.cta[data-l="3"] > div > a > span:nth-child(3) {
	font-size:16px;
	font-weight: 700; /*bold*/
	white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 1595px) {
	.cta[data-l="3"] > div {
        margin: 0;
    }
	.cta[data-l="3"] > div > a > span:nth-child(1) {
        display:none;
    }
    .cta[data-l="3"] > div > a > span:nth-child(2) {
        display:inline-block;
    }
	.cta[data-l="3"] > div {
    width: 100%;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    position: fixed;
    right: 0;
	top: auto;
    bottom: 0;
  } 
}
.cta.em[data-l="3"] {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  top: 0;
}
.cta.em[data-l="3"] > div {
  position: relative;
  top: 0;
  margin: 0 0 0 auto;
}