<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face { font-family: 'Gobold'; font-style: normal; font-weight: 400; src: local('Gobold'), 
         url('https://static2.emaze.com/pp/fonts/Gobold.eot?#iefix') format('embedded-opentype'),
         url('https://static2.emaze.com/pp/fonts/Gobold.woff') format('woff'),
         url('https://static2.emaze.com/pp/fonts/Gobold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: local('Asap'), local('Asap-Regular'), url(https://fonts.gstatic.com/s/asap/v3/oiVlPAjaPL0EznW3E5Z2DQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/asap/v3/SgBaq0dzhSGNMfqm2JX5ng.woff) format('woff');
}
@font-face {
    font-family: 'Asap';
    font-style: italic;
    font-weight: 400;
    src: local('Asap Italic'), local('Asap-Italic'), url(https://fonts.gstatic.com/s/asap/v3/fpSkRkcsVvo2_AnP2Zt5Yg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/asap/v3/MdJnJ_Rxy6GcPmasGZsTfQ.woff) format('woff');
}


/*For poppins, we define the font weights and style properly, so we can just use "font family: poppins, font-style:italic, instead of a different
    name for every name
*/
/* Regular */
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  src: local('Poppins-Regular'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-Regular.ttf) format('truetype');
}

/* Regular Italic */
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: italic;
  src: local('Poppins-Italic'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-Italic.ttf) format('truetype');
}

/* Thin */
@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: normal;
  src: local('Poppins-Thin'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-Thin.ttf) format('truetype');
}

/* Thin Italic */
@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: italic;
  src: local('Poppins-ThinItalic'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-ThinItalic.ttf) format('truetype');
}

/* Light */
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
  src: local('Poppins-Light'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-Light.ttf) format('truetype');
}

/* Light Italic */
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: italic;
  src: local('Poppins-LightItalic'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-LightItalic.ttf) format('truetype');
}

/* Medium */
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  src: local('Poppins-Medium'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-Medium.ttf) format('truetype');
}

/* Medium Italic */
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: italic;
  src: local('Poppins-MediumItalic'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-MediumItalic.ttf) format('truetype');
}

/* SemiBold (default Bold) */
@font-face {
  font-family: 'Poppins';
  font-weight: 700; /* This is set to 700 to act as the default bold */
  font-style: normal;
  src: local('Poppins-SemiBold'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-SemiBold.ttf) format('truetype');
}

/* SemiBold Italic (default Bold Italic) */
@font-face {
  font-family: 'Poppins';
  font-weight: 700; /* This is set to 700 to act as the default bold */
  font-style: italic;
  src: local('Poppins-SemiBoldItalic'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-SemiBoldItalic.ttf) format('truetype');
}

/* Bold */
@font-face {
  font-family: 'Poppins';
  font-weight: 800; /* Set to higher than 700 to let the semibold be the default bold */
  font-style: normal;
  src: local('Poppins-Bold'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-Bold.ttf) format('truetype');
}

/* Bold Italic */
@font-face {
  font-family: 'Poppins';
  font-weight: 800; 
  font-style: italic;
  src: local('Poppins-BoldItalic'), url(https://resources.emaze.com/vbcommon/fonts/Poppins-BoldItalic.ttf) format('truetype');
}




 /* no scrollers */
body {
    overflow-x:hidden;
}

/* generic price plan  */
.wrap-genericplan{
  margin:auto;
  width:850px;
  height: 580px;
  background: white;
}

span{
  display: inline-block;
}

.block1 {
  margin-top:31px;
  margin-left: 16px; 
  width: 430px;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}

.block2 {
  margin-top:31px; 
  width: 190px;
  display: inline-block;
  /*overflow: hidden;*/
}

.block3 {
  margin-top:31px;
  margin-right: 16px;
  width: 190px;
  display: inline-block;
  /*overflow: hidden;*/
  float: right;
}

.block-close{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 0px;
  cursor: pointer;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/XXX.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display:none;
}

.premtitle {
  /* width: 430px; */
  /*height: 64px;*/
  height: 57px;
  font-family: gobold;
  font-size: 32px;
  color: #464646;
  padding-left:21px;
  line-height:64px;  
}

.premtitlev2 {
  height: 58px !important;
}

.premtitle-edu {
  font-size: 28px;
  }

.protitle {
  width: 190px;
  height: 64px;
  background: white;
  font-family: Gobold;
  font-size: 32px;
  color: #13a5d5;
  border-top:3px solid;
  border-bottom:3px solid;
  line-height:58px;
  text-align: center;    
 }

 .protitle {
  height:58px !important;
 }
 
 .protitle-edu {
   color: #1bcb42;
   font-size: 28px;
 }

.bustitle {
  width: 190px;
  height: 64px;
  background: white;
  font-family: Gobold;
  font-size: 32px;
  color: #fc8512;
  border-top:medium solid;
  border-bottom:medium solid;
  line-height:58px; 
  text-align: center; 
}

.bustitle {
  height:58px !important;
}

.bustitle-edu {
   color: #29803c;
   font-size: 28px;
}



.premcell {
  width: 430px;
  height: 45px;
  background: #f7f7f7;
  font-family: asap;
  font-size: 19px;
  color: #black;
  text-align: left;
  padding-left:21px;
  line-height:45px;  
}

.premcell:nth-child(odd){
  background: #ededed;
}

.premcelloddempty {
  /*width: 430px;*/
  height: 45px;
  background: #f7f7f7;
  font-family: asap;
  font-size: 19px;
  color: #black;
  text-align: left;
  padding-left:21px;
  line-height:45px;  
}
.premcellevenempty {
  /*width: 430px;*/
  height: 45px;
  background: #ededed;
  font-family: asap;
  font-size: 19px;
  color: #black;
  text-align: left;
  padding-left:21px;
  line-height:45px;  
}

#premdotpattern {
  width: 430px;
  height: 118px;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/dot_pattern.png);
}

.procell {
  width: 190px;
  height: 45px;
  background: #b7e6f6;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/blueV.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  line-height:45px; 
}

.procell-edu {
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/light-greenV.png);
  background-color: #d1f5d9;
}

.procell:nth-child(odd){
  background-color: #d0edf7;
}

.procell-edu:nth-child(odd){
    background-color: #bbefc6;
}


.buscell {
  width: 190px;
  height: 45px;
  background: #fee7d0;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/orangeV.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  line-height:45px; 
}

.buscell-edu {
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/greenV.png);
  background-color: #bbd5c1;
}


.buscell:nth-child(odd){
  background-color: #fed8b5;
}

.buscell-edu:nth-child(odd){
   background-color: #d4e6d8;
}


.proprice {
  width: 190;
  height: 118px;
  background: white;
  font-family: "GoBold";
  /*font-size: 40px;*/
  color: #13a5d5;
  border-top:medium solid;
  text-align: center; 
}

.proprice-edu {
   color: #1bcb42;
}

.price, .price-pt, .price-es{
font-size:40px;
font-family: "GoBold";
margin-top: 8px;
margin-bottom: 4px;
}

.price-currency {
    font-size: 18px;
    position: relative;
    bottom: 20px;
}
.price-month{
    font-size: 22px;
    position: relative;
    bottom: 0px;
    font-family: asap;
    font-weight: bold;
}


.price-pt:before{
content:'R$'; 
font-size:0.6em;
vertical-align:super; 
}
.price-pt:after{
  content: '/mÃªs';
  font-size:0.6em;
  font-family: asap;
}


.price-es:before{
content: 'MEX$'; 
font-size:0.6em;
vertical-align:super; 
}
.price-es:after{
  content: '/meses';
  font-size:0.6em;
  font-family: asap;
}


.busprice {
  width: 190;
  height: 118px;
  background: white;
  font-family: "GoBold";
  /*font-size: 19px;*/
  color: #fc8512;
  border-top:medium solid;
  text-align: center; 
}

.busprice-edu {
  color: #29803c;
}

.billed-anually {
  font-family:"Asap";
  font-size:12px;
  color: #959595;
}

.butpro {
  width: 175px;
  height: 44px;
  background: #13a5d5;
  font-family: "GoBold";
  font-size: 21px;
  color: white;
  margin: 0 auto;
  line-height: 2.0;
  margin-top: 7px;
}

.butpro-edu {
   background: #1bcb42;
   font-size: 21px;
   line-height: 2.0;
}

.butbus {
  width: 175px;
  height: 44px;
  background: #fc8512;
  font-family: "Gobold";
  font-size: 21px;
  color: white;
  margin: 0 auto;
  line-height: 2.0;
  margin-top: 7px;
}

.butbus-edu {
   background: #29803c;
   font-size: 21px;
   line-height: 2.0;
}

.button-hover-grow {
          -webkit-transition: 
          -webkit-transform 0.3s;
          -moz-transition: 
          -moz-transform 0.3s;
          -o-transition: 
          -o-transform 0.3s;
          -ms-transition: 
          -ms-transform 0.3s;
          transition: transform 0.3s;
          cursor:pointer;
}

.button-hover-grow:hover {
          -webkit-transform: scale(1.02);
          -moz-transform: scale(1.02);
          -o-transform: scale(1.02);
          -ms-transform: scale(1.02);
          transform: scale(1.02);
}


.educator {
  margin:auto;
  margin-top: 14px;
  height: 43px;
  width: 850px;
  background: #e6e6e6;
  font-family: "gobold";
  font-size: 16px; 
}

/* #educator1, #educator2 in generic page */
#educator1 {
  margin-left: 41px;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/arrow.png);
  background-position: 0 50%;
  height: 100%;
  background-repeat: no-repeat;
  line-height: 2.9;
  padding-left: 32px;
}


#educator2 {
  margin-right: 41px;
  float: right; 
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/arrow.png);
  background-position: 0 50%;
  height: 100%;
  background-repeat: no-repeat;
  line-height: 2.9;
  padding-left: 32px;
}

/*education page */
#educator3 {
  margin-left: 68px;
  height: 100%;
  line-height: 41px;
  text-align: center;
  font-family: "Asap";
  font-style: italic;
  font-size: 20px;
}


#educator-link, #free-user {
  cursor:pointer;
  color: #333333;
  text-decoration: underline;
}

 #edu-BotLink {
  padding-left: 4px;
  cursor:pointer;
  color: #333333;
  text-decoration: underline;
  height: 100%;
  line-height: 41px;
  text-align: center;
  font-family: "Asap";
  font-style: italic;
  font-size: 20px;
}

#free-user:hover {
  color:#666666;
}

#educator-link:hover {
   color:#2a7f3c;
}

#edu-BotLink:hover {
   color:#29803c;
}

.rocket {
  position: relative;
  bottom: 2px;
}

.trohpy {
  position: relative;
  bottom: 2px;
}

.header-arrow {
  position: relative;
  bottom:2px;
}

.background-rug {
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/dot_pattern.png);
}

.apple {
   position: relative;
   bottom: 4px;
}

.hat {
    position: relative;
    bottom: 2px;
}


img{
  align:center;
}



/* education popup */

.wrap-edu{
  /*background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/bg.png);*/
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  /*width: 850px;
  height: 625px;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  background-color: rgba(0,0,0,0.7);
}

.whitebox-edu {
  background-color: white;
  width: 620px;
  height: 500px;
  position:absolute;
  /*margin-left:110px;
  margin-top:35px;*/
  left: 27%;
  top: 52px;
  overflow: hidden;
}

.edu-block1 {
  text-align: center;
  font-family: 'GoBoldThin';
  font-size: 34px;
  color: white;
  background: #94B412;
  padding: 10px 0;
  line-height: 1;
}

.edu-block2 {
  text-align: center;
  background-color: white;
  font-family: "Asap";
  font-size: 24px;
  color: black; 
}

.edu-greentext{
  font-weight: bold;
  /*color: #297f3b;*/
  cursor: pointer;
  text-decoration: underline;
}

.edu-greentext:hover {
   color:#666666;
}


.edu-block2a {
  margin-top: 20px;
  text-align: center;
  line-height: 1.1;
}

.edu-block2b {
  /*margin: 39px 88px 39px 88px;*/
  margin: 28px 2px 4px 28px;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/3icons1.png);
  background-position: 50% 50%;
  height: 200px;
  background-repeat: no-repeat;
  /*line-height: 2.9;*/
}

.edu-block2c {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
}

.edu-block3 {
  margin:auto;
  /*background: #eae9e8;*/
  font-family: "Gobold";
  font-size: 16px;
  text-align: center;
  color: white; 
}
#edu-block3a {
  margin: -22px 38px;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/the-perfect-tool1.png);
  background-color: white;
  background-position: 50%;
  height: 46px;
  background-repeat: no-repeat;
  line-height: 7.1;
  /* padding-left: 32px; */
  height: 114px;
}

.edu-block-close{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-image: url(https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/x_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


/* education price-plan */

.wrap-eduplan {
  margin:auto;
  width:850px;
  height: 580px;
  background: white;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}




.popup-close {
    background-image: url('https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/close-popup-2014.png');
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    z-index: 100;
    width: 20px;
    height: 20px;
    right: 0;
    cursor: pointer;
    margin-top: 11px;
    margin-right: 11px;
}



/* education form */



.eduform-block1 {
  /* width: 630px; */
  /* height: 54px; */
  text-align: center;
  font-family: 'GoBoldThin';
  font-size: 34px;
  color: white;
  background: #94B412;
  padding: 18px 0;
  line-height: 1;
}

.eduform-block2 {
  background: white;
  font-family: Asap;
  font-size: 20px;
  color: #666666; 
  margin-bottom: 36px;
}


.eduform-block2a {
  padding: 6px;
  text-align: center;
  background: #eae9e8;
  padding: 18px 0;

}
.eduform-arrow-down {
  margin:auto;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #eae9e8;
}

.eduform-block2b {
  background: white;
  width: 630px;
  text-align: center;
  overflow: hidden;
  margin:auto;
}

.eduform-formleft{
  overflow: hidden;
  float: left;
  margin-bottom: 59px;
  width: 50%;
}

.eduform-formright{
  overflow: hidden;
  float: right;
  width: 50%;
}


.eduform-block2b form {
   
    margin: 0;
    position: relative;
    height: auto;
    font-weight: bold;
}

.eduform-align-left{
  text-align: left;
  margin-left: 39px;
  margin-top: 15px;
  position: relative;
}

.eduform-align-right{
  text-align: left;
  margin-right: 39px;
  margin-top: 15px;
  position: relative;
}

 .eduform-block2b label {
  /* display: inline-block; */
  /*width: 90px;*/
  text-align: left;
  font-family: Asap;
  font-size: 16px;
  color: black;
  font-weight: bold;
}

 .eduform-block2b input[type="text"] , .eduform-block2b input[type="email"] , .eduform-block2b select{
  width: 250px;
  height: 30px;
  background-color:  #eae9e8;
  
  border: none;
  font-size: 13px;
  font-family: asap;
  margin: 5px 0 5px 0;
  padding: 0 10px;
  text-overflow: ellipsis;
  font-weight: normal;
}

.eduform-block2c {
  margin-bottom: 45px;
  text-align: center;
}

.eduform-block3 {
  margin:auto;
  /* height: 114px; */
  width: 630px;
  background: #eae9e8;
  font-family: "Gobold";
  font-size: 16px;
  text-align: center;
  color: white; 
}
.eduform-arrow-up {
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eae9e8;
}

#eduform-block3a {
  /* margin: 39px 38px; */
  background-image: url("https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/the-perfect-tool1.png");
  background-position: 50%;
  height: 46px;
  background-repeat: no-repeat;
  line-height: 7.1;
  /* padding-left: 32px; */
  height: 90px;
  text-align: center;
}

.eduform-block-close{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-image: url("https://static2.emaze.com/wp-content/themes/emaze/external/pricing/img/frame-en-v22/x_btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.eduform-upload-button{
    position: relative;      
    width: 175px;      
    height: 30px;      background-color: #e6e6e6;      color: #4e4e4e;      text-align: center;      
    line-height: 2.2;      
    margin: 10px 0 5px 0;      
    cursor: pointer;      overflow: hidden;      z-index: 10150;
  
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 20px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

#eduform-upload-btn{
  font-size: 139px;
  
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
}

#eduform-submit-btn:hover {
   background-color:#f39348;
}

#eduform-submit-btn{
  width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #f5b11a;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    font-family: 'GoBoldThin';
    float: right;
    margin: 39px 64px 0px 0px;
    cursor: pointer;
    border-width: 0px;
    color: black;
    font-weight: normal;
}

#err-msg-institution-name {
  position:absolute;
  top: 55px;
  left: 100px;
  font-size: 12px;
  font-family: Ariel;
  color: red;
  display:none;
}

#err-msg-institution-mail {
  position:absolute;
  top: 55px;
  left: 100px;
  font-size: 12px;
  font-family: Ariel;
  color: red;
   display:none;
}

#err-msg-who-are-you {
  position:absolute;
  top: 52px;
  left: 100px;
  font-size: 12px;
  font-family: Ariel;
  color: red;
   display:none;
}


input::-webkit-input-placeholder {
color: #939393 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #939393 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #939393 !important;  
}
 
input:-ms-input-placeholder {  
color: #939393 !important;  
}

/*  css for version 2 */
.premcellpurple{
  width:440px;
  color:#ac1f65;
  border-top: 5px solid;
    border-left: 5px solid;
    border-bottom: 5px solid;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  height:50px;
  line-height:41px;
}

.premcellevenempty.purple{
  color:#ac1f65;
  border-top: 5px solid;
  border-bottom: 5px solid;
  margin-left:-4px;
  margin-right:-4px;
  height:50px;
}

.proprice.notopborder, .busprice.notopborder{
  border-top: none !important;
}

.buscell.purple{
  position:absolute;
  color: #ac1f65;
    border-top: 5px solid;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-left: 5px solid;
    width: 204px;   
    margin-left: -8px;
    border-radius: 10px;
    padding-right: -17px;
  background: #ac1f65;
  height:50px;
  line-height:43px;
  /*box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
}

.margintop55{
  margin-top:49px;
}

.whitetextpurple{
  color:#fff;
  font-family:asap;
  font-size:16px;
  font-weight: bold;
}

.premcell.v2, .procell.v2, .buscell.v2,.premcelloddempty.v2, .premcellevenempty.v2{
  height:39px !important;
}

.procell.v2{
  background-image: url(../img/blueV2.png) !important;
}

.buscell.v2{
  background-image: url(../img/orangeV2.png) !important;
}

.protitlev2 .rocket{
  bottom: 0px !important;
}

.bustitlev2 .trohpy{
  bottom: 2px !important;
}


/*  contact us popup */
#cu-iframe-layout{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  background-color: rgba(0,0,0,0.7);
}
#contact-container{
  width: 565px;
  height: 450px;
  border: transparent;
  margin: auto;
}
#cu-frane{
  position: absolute;
  width: 565px;
  height: 450px;
  border: transparent;
}

#contact-close{
  background-image: url(https://static2.emaze.com/wp-content/uploads/2015/05/close-dialog-btn.png);
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.trial{
    display: inline-block;
    position: relative;
    top: 40px;
    left: 85px;
    font-family: "gobold";
    font-size: 26px;
    border: 2px solid;
    border-radius: 25px;
    padding: 10px;
    background-color:#F06969;
}

.i-help {
    background-image: url(../img/tooltip.svg);
    background-size: 75% 75%;
    cursor: pointer;
    background-repeat: no-repeat;
    position: absolute;
    height: 15px;
    width: 15px;
    /* float: left; */
    /* left: 6px; */
    right: 10px;

    top: 34px;
}

.i-help&gt;div{
     /* border: 1px black solid;*/
     position:absolute;
     top: -25px;
     left: 22px;
     color: black;
     width: 214px;
     background-image: url(../img/tool-tip.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     display:none;
     line-height: 1.3;
     font-size: 1.0em;
     padding: 7px 7px 14px 12px;
     z-index: 100;
}

.i-help:hover&gt;div{
    display:block;
    white-space: normal !important;
}
.text-left &gt; span {
  max-width: calc(100% - 27px);
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: initial;
}
.i-help-text {
  float: left;
}

.i-help&gt;div&gt;div {
  padding: 7px 14px;
  white-space: normal !important;
}


.i-help-left {
    background-image: url(../img/tooltip.svg);
    background-size: 75% 75%;
    cursor: pointer;
    background-repeat: no-repeat;
    position: relative;
    height: 15px;
    width: 15px;
    float: left;
    left: 6px;
    top: 4px;
}

.i-help-left&gt;div{
     /* border: 1px black solid;*/
     position:absolute;
     top: -41px;
     right: 22px;
     color: black;
     width: 214px;
     background-image: url(../img/tool-tip.png);
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     display:none;
     line-height: 1.3;
     font-size: 1.0em;
     padding: 7px 7px 14px 12px;
     z-index: 100;
}

.i-help-left:hover&gt;div{
    display:block;
    white-space: normal !important;
}

.i-help-left&gt;div&gt;div {
      padding: 7px;
      white-space: normal !important;
      -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
}</pre></body></html>