/* utweb new */
.included {
  margin-bottom: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}
.excluded {
  margin-bottom: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d5d5d5;
}
.features {
  font-size: 16px;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
  width: 90%;
}
.features > p {
  width: 100%;
  line-height: 16px;
}
.green {
  color: #76b83f;
  font-weight: 400 !important;
}
.green-line {
  background-color: #7665ac;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: 87px;
}
.blue {
  color: #0099ff;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.blue-line {
  background-color: #0099ff;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: 87px;
}
.right-line {
    border-right: 1px solid #d5d5d5;
}
.left-line {
    border-left: 1px solid #d5d5d5;
}
.cta-blue {
  color: #FFF;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-blue a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #0461a0 !important;
}
.cta-green {
  color: #FFF;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.cta-green a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #6aa538 !important;
}
.cta-blue > a {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px !important;
  height: 57px !important;
  border-radius: 28.5px;
  background-color: #0099ff !important;
}
.cta-green > a {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px !important;
  height: 57px !important;
  border-radius: 28.5px;
  background-color: #76b83f;
}
.cryptolink {
  color: #0099ff; 
  text-decoration: none; 
  font-weight: normal;
}
.most-popular {
  background-color: #76b83f;
  color: #FFF;
  font-family: 'Open Sans', Arial, sans-serif;
  height:65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width:25%;
  min-width: 310px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  z-index:3000;
}
.price {
  color: #0099ff !important;
  font-size: 2.25em;
  font-weight: 200;
  padding: 0 0 0 0;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
}
.oneliner {
  color: #000 !important;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 0;
  position: relative;
  margin-top: 8px;
}
.preferred {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.rectangle {
  background-color: #FFFFFF;
  /*box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.21); */
  /*height: 560px;*/
  min-height: 850px;
  height: 100%;
  margin-top: 65px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 25%;
  min-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.rectangle > h1 {
  font-weight: 400 !important;
}
.rectangle-selected {
  background-color: #FFFFFF;
  box-shadow: 0 1px 36px 0 rgba(0, 0, 0, 0.21); 
  min-height: 950px;
  height: 100%;
  z-index: 2;
  text-align: center;
  width: 25%;
  min-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.shim {
  margin-left: -5px;
}
.timeframe {
  font-size: 12pt;
  display:block; 
  color: #999;
}
.marge {
  margin-top: 30px;
}
.anchorsteam {
  margin-top: -80px !important; 
  position: absolute; 
  z-index: 1001;
}
.crypto-section{
  margin-top:20px;
}
@media all and (max-width: 1240px) {
    .rectangle {
      background-color: #FFFFFF;
      /*height: 100%;*/
      min-height: 600px;
      margin-top: 65px;
      padding: 0px 0px 12px 0px;
      text-align: center;
      /*width: 100%;*/
      float: left;
      position: relative;
      align-items: center;
      min-width: 150px;
      border: 1px solid #ccc;
    }
    .rectangle-selected {
      background-color: #FFFFFF;
      box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.21); 
      height: 100% !important;
       min-height: 685px;
      z-index: 2;
      text-align: center;
      /*width: 100%;*/
      float: left;
      position: relative;
      min-width: 150px;
    }
/*    .footer {
      display: none;
    }*/
    .most-popular {
      width: 100%;
      text-align: center;
    }
    #older {
      margin-top: 100px;
    }
    .down-arrow {
      display:none;
    }
}
@media only screen and (max-width: 990px) {

}
@media only screen and (max-width: 768px) {

}
