<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
@font-face {
  font-family: guillon;
  src: url(../../fonts/guillon/Guillon_Regular.otf);
}
@font-face {
    font-family: guillon;
    src: url(../../fonts/guillon/Guillon_Bold.otf);
    font-weight: bold;
}
@font-face {
  font-family: Poppins;
  src: url(../../fonts/Poppins/Poppins-Regular.ttf);
  
}
@font-face {
  font-family: 'unicons';
  src: url('../font/unicons.eot?84962806');
  src: url('../font/unicons.eot?84962806#iefix') format('embedded-opentype'),
       url('../font/unicons.svg?84962806#unicons') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,
body {
  height: 100%;
  margin: 0;
}

img{
  max-width:100%;
}

body, input, textarea, select {
	font-family: Poppins;
	line-height: 1.8;
	color:#121212;
	font-size:15px;
	/*background-color: rgb(252,218,36);*/
	font-weight: 300;
}

hr {
	border-color:rgba(0,0,0,  0.09);
	margin-bottom: 1.5rem;
}

p {
	margin-bottom: 1.5rem;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	color:#121212;
	margin-bottom: 0.6rem;
}

section{
  position:relative;
}

.flags img {
  height: 22px !important;
  margin-top: -3px;
}

.beeBlack{
  color:#121212;
}

.beeColor{
  color:rgb(252,218,36);
}

.beeBgColor{
  background-color:rgb(252,218,36) !important;
}

.beeGreen{
  color: #16C172;
}

.beeRed{
  color: #FE4A49;
}

.beeBgGreen{
  background-color: #16C172;
}

.beeBgRed{
  background-color: #FE4A49;
}

.btn1, .btn-green-pro{
  border: solid 1px #121212;
  border-radius: 1px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  padding: 10px 75px;
  position: relative;
  transition: 0.3s;
  background: #fff;
}

.lessonCard .imgCont{
  min-height: 200px;
}

.fontStNormal{
  font-style: normal !important;
}

.btn:hover{
  background: #121212;
  color: rgb(252,218,36);
}

.nav-item.boxed a{
  color: rgb(252,218,36);
  border: solid 1px #121212;
  border-radius: 2px;
  transition: all .2s;
}

.swal2-popup {
  border-radius: 0 !important;
  border: solid 1px rgba(0,0,0,.1);
}

.swal2-styled.swal2-confirm {
  background-color: rgb(252,218,36) !important;
  color: #121212 !important;
  border-radius: 0 !important;
  transition: all .2s !important;
  border: solid 1px rgb(252,218,36) !important;
}

.swal2-styled.swal2-cancel {
  background-color: #fff !important;
  color: #121212 !important;
  border: solid 1px !important;
  border-radius: 0 !important;
  transition: all .2s !important;
}

.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent !important;
}

.nav-item.boxed a:hover{
  background: #121212;
  color: rgb(252,218,36) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #121212;
}

.arrowDown{
  padding:40px 0;
  width: 150px;
  transform: translatey(0px);
	animation: float 2s ease-in-out infinite;
}

#webFaqs #accordion .card-body{
  padding-left: 0;
  padding-right: 0;
}

#webFaqs #accordion .card, #webFaqs #accordion .card-header{
  border:0;
}

#webFaqs #accordion .card-header button{
  color: #121212;
  font-size: 24px;
  padding: 15px 20px;
  background: rgb(252,218,36);
}

#webFaqs #accordion .card-header button.collapsed{
  background: #eee;
}

#webFaqs #accordion .card-header button:hover, #webFaqs #accordion .card-header button:focus {
  background: rgb(252,218,36);
  text-decoration: none;
}

#accordion .arrowDown {
  animation: none;
  position: absolute;
  right: 15px;
  opacity: .5;
  bottom: -12px;
  height: 95px;
  width: auto;
}

.howToHome .stepCont:nth-child(even) .row{
  align-self: flex-start!important;
}

.howToHome .stepCont:nth-child(odd) .row{
  align-self: flex-end!important;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

a{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover{
  text-decoration: none;
  color: rgb(252,218,36);
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

/* Navbar */

nav.navbar{
  padding: 20px 60px;
  background-color: rgb(252,218,36);
  border-bottom: solid 1px rgba(0,0,0,.1);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  display: flex;
  justify-content: space-between;
}

.navbar-brand{
  margin-right: -15rem;
}

nav.navbar img {
  height: 44px;
}

.navbar-nav .nav-link{
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 16px;
}

.navbar-light .navbar-nav .active&gt;.nav-link{
  font-weight: 900;
  font-style: italic;
}

.home-menu {
  font-family: 'Poppins';
  font-size: 16px;
}

/* Welcome */

p b{
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
}

#welcome{
  height: 75vh;
  padding-top:80px;
  background-size: cover;
  z-index: 3;
  position: relative;
  background-image: url(/frontend/images/title-bars.jpg);
  background-position-x: 50%;
}

#welcome h1{
  font-size:75px;
  font-style: italic;
  line-height: 1;
  margin-bottom:45px;
  font-family: 'Poppins';
  
}

#welcome h1 span{
  font-size:62px;
}

#welcome p{
  font-size: 28px;
  line-height: 1.5;
  padding-right: 45px;
  margin-bottom:30px;
  font-family: 'Poppins';
}

#welcome .bee {
  width: 100%;
}

.courseSection .lessonCard h6 {
  margin-bottom: 15px;
}

.courseSection .lessonCard p {
  font-size: 14px;
  font-family: 'Poppins';
}

.beesTable td{
  border-top: dashed 2px rgba(12,12,12,.1);
  vertical-align: middle;
}

.beesTable tr:last-child td{
  border-bottom: dashed 2px rgba(12,12,12,.1);
}

.beesTable .btn.btn-green-pro, .modal .lessonCard .btn.btn-green-pro, .courseSection .lessonCard .btn.btn-green-pro {
  font-size: 12px;
  padding: 8px 10px;
  border: 0;
  background: rgb(252,218,36);
  border-radius: 3px;
  width: auto;
  min-width: 80px;
  font-family: 'Poppins';
}

.modal .lessonCard .btn.btn-green-pro {
  font-size: 14px;
  padding: 10px 20px;
  min-width: 120px;
  font-family: 'Poppins';
}

.beesTable .btn.btn-green-pro .spinner-border, .modal .lessonCard .btn .spinner-border, .courseSection .lessonCard .btn.btn-green-pro .spinner-border{
    width: 1rem;
    height: 1rem;
}

.beesTable b {
    font-weight: 600;
}

.beesTable .btn.btn-green-pro:hover, .modal .lessonCard .btn.btn.btn-green-pro:hover, .courseSection .lessonCard .btn.btn-green-pro:hover {
  color: #121212;
}

.beesTable .btn.beeColor {
  color: #121212;
  border-radius: 50px;
  overflow: hidden;
}

.beesTable .btn.beeColor:hover {
  background: rgba(12,12,12,.1);
}

.beesTable .btn.beeColor i{
  font-size: 14px;
  font-family: 'Poppins';
}

section .secTitle h2{
  margin-bottom: 0;
}

section .secTitle p{
  color:#999;
  font-size: 22px;
  font-family: 'Poppins';
}

.lessonCard{
  border: solid 1px rgba(12,12,12,.1);
  background: #fff;
  transition: all .3s;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

.lessonCard:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.modal .lessonCard {
  border: 0;
}

.modal .lessonCard h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Poppins';
}

.modal .lessonCard h4 {
    font-size: 14px;
    font-family: 'Poppins';
}

.modal .lessonCard h6 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

.modal .lessonCard p.price {
    font-size: 20px;
    font-family: 'Poppins';
}

.modal .lessonCard:hover {
  box-shadow: 0 0 0 rgba(0,0,0,0)!important;
}

.howStep.whyC:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.lessonCard .ccont {
  padding: 15px;
  position: relative;

}

.lessonCard img{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.lessonCard.lessonCont img{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}

.lessonCard h3{
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: 'Poppins';
}

.courseSection .lessonCard h3 {
    font-size: 24px;
    font-family: 'Poppins';
}

.courseSection .lessonCard h6 {
    font-size: 16px;
    font-family: 'Poppins';
}

.courseSection .lessonCard h4 {
    font-size: 14px;
    font-family: 'Poppins';
}

li.has_dropdown{
  position: relative;
  display: flex;
}

ul.dropdown {
  position: absolute;
  background: #fff;
  z-index: 9;
  bottom: -112px;
  left: 20px;
  padding: 0;
  border: solid 1px rgba(12,12,12,.1);
  display: none;
}

ul.dropdown li{
  list-style: none;
  padding: 8px 20px;
  transition: all .2s;
}

ul.dropdown li a{
  color: #121212;
}

ul.dropdown li:hover{
  background: rgba(12,12,12,.1);
}

.lessonCard h4{
  font-size: 12px;
  font-weight: 100;
  font-family: 'Poppins';
}

.lessonCard.lessonCont h4{
  font-size: 16px;
  font-weight: 100;
  font-family: 'Poppins';
}

.lessonCard p.price{
  font-weight: 900;
  margin-bottom: 0;
}

.lessonCard i{
  color:rgb(252,218,36);
}

.lessonCard h6{
  font-weight: 100;
  color: #999;
  font-size: 14px;
  font-family: 'Poppins';
}

.cardBottom .spinner-border {
  width: 1rem;
  height: 1rem;
}

.whitedSection{
  background: #fff !important;
}

.greySection{
  background: #f6f3ee !important;
}

.paddingSection{
  padding:90px 0;
}

.paddingSectionx2{
  /*padding:90px 0;*/
  padding: 0;
}

.callToActionSection h2{
  margin-bottom:30px;
  font-weight: 100;
}

footer ul{
  padding:0;
  list-style: none;
}

footer ul li a{
  color:#fff !important;
  opacity:.8;
  font-weight: 100;
  transition: 0.3s;
}

footer ul li a:hover{
  opacity:1;
  color:rgb(252,218,36);
}

#pageTitle p, #login p, #register p{
  font-size:20px;
}

#register p{
  padding:0 15px;
}

#register img{
  height:unset;
  width:auto;
  max-width:100%;
  margin-bottom: 15px;
}
img.img-stram:hover {
  border: 1px solid #FCDA25;
  border-radius: 50%;
}

#topOfPage {
    padding-top: 114px;
    padding-bottom: 114px;
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 40px;
    background-size: cover;
    z-index: 3;
    position: relative;
    background-image: url(/frontend/images/title-bars.jpg);
}

#topOfPage .breadcrumb {
  padding: 0;
  background-color: transparent;
  display: inline-flex;
}

#topOfPage .breadcrumb a, #topOfPage .breadcrumb-item+.breadcrumb-item::before{
  color: #121212
}

#pageTitle h2, #login h2, #register h2, .mainTitleSection, #topOfPage h1{
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: 'Poppins';
}

.secTitle{
  margin-bottom: 45px
}

.cardBottom{
  text-align: center;
  border-top: solid 1px rgba(0,0,0,.1);
}

button.addToCardLesson{
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 12px;
  border: 0 !important;
}

.buyLesson button.addToCardLesson{
  background-color: rgb(252,218,36);
}

.buyLesson button.addToCardLesson:hover{
  color: #121212;
}

.howStep{
  border: dashed 2px rgba(12,12,12,1);
  padding: 30px;
  position: relative;
  background: #fff;
  transition: all .3s;
  overflow: hidden;
  border-radius: 5px;
}

.littleBee {
  position: absolute;
  right: 40px;
  width: 134px;
  top: 80px;
}

.whitedSection .howStep{
  background: #f6f3ee;
}

.whyC h4{
  font-size: 18px;
}

.whyC p{
  color: #999;
}

.hwArrow{
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.howToHome .howStep:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.howStep i {
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-size: 85px;
  color: #121212;
  opacity: .05;
}

.howToHome .howStep i {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 32px;
    margin-bottom: 31px;
    opacity: 1;
}

.howStep:after {
  content: none;
  width: 20px;
  height: 20px;
  border-left: solid 1px rgba(12,12,12,.2);
  background: #fff;
  position: absolute;
  bottom: -10px;
  right: -10px;
  transform: rotate(45deg);
  transition: all .3s;
}

.howStep:before {
  content: none;
  width: 20px;
  height: 20px;
  border-right: solid 1px rgba(12,12,12,.2);
  background: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  transform: rotate(45deg);
}

.howToHome .howStep:before, .howToHome .howStep:after{
  content: none;
}

.howToHome .howStep{
  margin-top:30px;
}
.howToHome .nber,.nStep {
    font-size: 100px;
    position: absolute;
    top: -80px;
    right: 20px;
    opacity: .9;
    font-family: fangsong;
    color: rgb(252,218,36) !important;
}

.nStep {
    font-size: 65px;
    left: 45px;
    top: -75px;
}

.howStep h3{
  font-size: 18px;
}

.howStep p{
  margin-bottom:0;
  font-size: 14px;
}

#login .bee, #support .bee{
  position: absolute;
  bottom: 25px;
  right: -112px;
  height: 220px;
}

.verticalAlign{
  justify-content: center;
  align-items: center;
}

.loginBox{
  width: 100%;
  background: #f1f1f1;
  height: 400px;
  border-radius: 5px;
}

.videoSection{
  height:500px;
  background: #666;
}

.minHeight{
  min-height: 80vh;
}

#accordion .card-header{
  padding: 0;
}

#accordion .card-header .accBtn{
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  border: solid .5px rgba(0,0,0,.1);
  background: #fff;
  color:rgb(252,218,36);
}

#faqs{
  padding-top:250px;
}

#faqs .bee.mainFaq {
  width: 255px;
  left: 40%;
  position: absolute;
  top: -249px;
  z-index: 1;
}

#accordion .card.accTop .accBtn{
  background: rgb(252,218,36);
  color: #121212;
  border: solid .5px rgb(252,218,36);
  border-left: solid 3px #121212;
}

.accAnswer .bee{
  width: 70%;
}

.accAnswer .bee_scuola_2{
  width: 45%;
}

.accAnswer h3{
  font-size:24px;
  font-style: italic;
  margin-bottom:8px;
}

#answer1 p {
  padding-left: 30px;
  margin-bottom: 40px;
}

#answer4 table thead tr th{
  position: relative;
}

#answer4 table thead tr th .suggest{
  padding: 10px;
  font-size: 13px;
  font-style: normal;
  background: #F7FF58;
}

#answer4 table thead tr th, #answer4 table thead tr td{
  padding:0;
  border: 0;
}

#answer4 .table td {
  padding: 0;
}

#answer4 table thead tr th span, #answer4 table tbody tr td span{
  display: block;
  margin: 0 5px;
  padding: 15px;
}

#answer4 table thead tr th span{
  background: rgb(252,218,36);
  text-transform: uppercase;
  font-style: italic;
}

#useful ul li, #useful p, #faqs ul li, #faqs p{
  font-size: 16px;
}

.modal-content {
  border-radius: 5px;
  border: 0;
  overflow: hidden;
}

.modal-header {
  background: rgb(252,218,36);
  color: #121212;
  border: 0;
  overflow: hidden;
  border-radius: 0;
}

.modal-header h5{
  font-weight: 600;
  font-style: italic;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.modal-footer.mfcenter {
  justify-content: center;
}

.form-control {
  height: 46px;
  padding: 10px 15px;
  font-weight: 100;
  color: #fff;
  background-color: transparent;
  background-clip: none;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
}
.AcknowledgeOuterDiv
{
  float: left;
  width: 100%;
  height: 100px;
  overflow: auto;
  font-size: 12px;
  background: #444452;
  color: #D1D1D1;

}
.AcknowledgeOuterDiv h3,
.AcknowledgeOuterDiv h5,
.AcknowledgeOuterDiv p
{
    font-size:12px;
}
.AcknowledgeInnerDiv
{
    float: left;
}
.flags .nav-link {
  margin-left: 0px;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}

.cookie-consent {
  position: fixed;
  bottom: 15px;
  z-index: 999999999;
  background: #121212;
  color: rgb(252,218,36);
  padding: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cookie-consent button{
  margin-left: 10px;
  background: rgb(252,218,36);
  color: #121212;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  border:0;
}

#useful ul.mTopNeg{
  margin-top: -24px;
}

#webFaqs h5{
  font-size: 26px;
}

#webFaqs ul li, #useful ul li, #webFaqs p{
  font-size: 16px;
}

#useful ul li{
  font-size: 16px;
}

ul.contactLists{
  list-style: none;
  padding-left: 0;
}

ul.contactLists li{
  position: relative;
  padding-left: 30px;
  border-bottom: solid 1px rgba(0,0,0,.1);
  padding-bottom: 15px;
  margin-top: 15px;
}

ul.contactLists li:last-child{
  border-bottom: solid 0;
}

ul.contactLists li i{
  position: absolute;
  top:3px;
  left:0;
}

.navbar-light .navbar-nav .nav-link.active {
    font-weight: 600;
    font-style: italic;
}

ul.nav-bees-inpage{
		border-bottom: 0;
}
ul.nav-bees-inpage li {
    cursor: pointer;
    position: relative;
    font-size: 13px;
    margin-right: 15px;
    opacity:.7;
    color: #121212;
    background: #fff;
    padding: 6px 12px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
}

ul.nav-bees-inpage li.active {
    opacity:1;
    color: #222;
    background-color: rgb(252,218,36);
		border-color: transparent;
}

.tab-content {
    overflow: hidden;
}

ul.nav-bees-inpage li.active:after{
	background: rgb(252,218,36);
}

ul.nav-bees-inpage li:focus,
ul.nav-bees-inpage li:hover {
    border-color: transparent;
}

/*Container*/
.container {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.col-md-6.text-center.mbResp {
  flex: 1;
  background-color: #F1F1F1;
  padding-top: 158px;
  padding-bottom: 165px;
}
.col-md-6.text-center {
  flex: 1;
  background-color: #34323D;
  padding-top: 158px;
  padding-bottom: 165px;
}

.studentibee {
  padding-top: 80px;
  padding-bottom: 33px;
}

.studentibee a.btn.btn1.fontStNormal {
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 200;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  background: #Fff;
}

h2.student-title {
  font-size: 32px;
  color: #303030;
  font-family: 'Poppins';
}

p.student-desc {
  color: #929292;
  font-size: 14px !important;
  font-family: 'Poppins';
  width: 50%;
  text-align: center;
  margin: 0 auto;
  line-height: 24px;
}

.teacherbee {
  padding-top: 80px;
  padding-bottom: 33px;
}

h2.teacher-title {
  font-size: 32px;
  color: #fff;
  font-family: 'Poppins';
}

p.teacher-desc {
  color: #F3F3F3;
  font-size: 14px !important;
  font-family: 'Poppins';
  width: 50%;
  text-align: center;
  margin: 0 auto;
  line-height: 24px;
}

.teacherbee a.btn.btn1.fontStNormal {
  color: #161616;
  font-size: 14px;
  font-weight: 200;
  border: none;
  border-radius: 10px;
  background: #FCDA24;
  font-family: 'Poppins';
}

/*Responsive*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
   /* max-width: 1920;*/
    max-width: 100%;
}
.btn1, .btn-green-pro {
  border: solid 1px #121212;
  border-radius: 1px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  padding: 10px 8px;
  position: relative;
  transition: 0.3s;
  background: #fff;
}

}


/*Footer*/
.container-footer {
  width: 100%;
  padding-right: 115px;
  padding-left: 115px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.item_f1 a {
  display: flex;
  flex-wrap: nowrap;
}
.btn1542 {
  height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 20px;
  color: var(--secondary-color);
  font-family: 'Poppins';
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background: #fdd936;
  color: #121212;
}

.btn1542:hover {
  color: var(--primary-color) !important;
  background: var(--secondary-color);
}

.lng_btn {
  margin-top: 20px;
}
.lng_btn a {
  height: 40px;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-family: guillon;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.ui.bottom.right.pointing.dropdown&gt;.menu {
  right: 0;
  left: auto;
}
.ui.bottom.pointing.dropdown&gt;.menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em;
}
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: 0;
  text-align: left;
  -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent;
}
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: 0;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 0;
  background: #fff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
  box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
  border: 1px solid rgba(34,36,38,.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  z-index: 11;
  will-change: transform,opacity;
}
.hidden.transition {
  display: none;
  visibility: hidden;
}
.visible.transition {
  display: block!important;
  visibility: visible!important;
}

.uil-globe:before {
  content: '\ea34';
}
.uil-globe:before {
    content: '\ea34';
}
[class^="uil-"]:before, [class*=" uil-"]:before {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.uil-angle-down:before {
  content: '\e82d';
}

[class^="uil-"]:before, [class*=" uil-"]:before {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
footer {
  background: #292731;
  padding: 66px 0;
  color: #fff;
}
.footer_bottm {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #454545;
}

/*Header Language*/
select#language {
  background: no-repeat;
  border: none;
  font-size: 14px;
  color: #292731;
  padding-right: 13px;
  font-family: 'Poppins', sans-serif;
}

/*Teacher login page*/
section#register_teacher {
  background-image: url(/frontend/images/teacher-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.container_teacher {
  margin: 0 auto;
  padding-top: 14em;
}

.row.teacher-width {
  width: 80%;
  display: flex;
  margin: 0 auto;
}

.col-md-3.formanome {
  background: #34323D;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-right: 40px;
    padding-left: 51px;
}
.col-md-3.termini {
  background: #34323D;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-right: 40px;
    padding-left: 51px;
    margin-left: -5px;
}
label.col-form-label {
  color: #FFFFFF;
  font-size: 16px;
}

.mt-3 h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

h4.mb-3 {
  font-size: 14px;
  color: #D1D1D1;
  font-weight: 500;
}

.mb-3 h5 {
  font-size: 12px;
  color: #D1D1D1;
  font-weight: 500;
}
h6.prv {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
label.col-form-label.txt {
  font-size: 14px;
  font-weight: 500;
}
span.AcknowledgeCheckBox {
  color: #fff;
  font-size: 14px;
}
.AcknowledgeOuterDiv h3, .AcknowledgeOuterDiv h5, .AcknowledgeOuterDiv p {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

img.bee-teacher-img {
  position: absolute;
  top: 6em;
  z-index: 9;
  left: 13em;
}

button#registerButtonHost {
  background: #fed842;
}

.col-md-6.tex-center {
  padding-left: 120px;
  font-size: 36px;
  color: #fff;
  line-height: 51px;
  font-weight: 600;
  padding-top: 4em;
}
.col-md-6.tex-center span {
  color: #E20606;
  font-family: 'Poppins';
}

p.prg {
  font-size: 16px;
  color: #B4B4B4;
  line-height: 30px;
  padding-top: 23px;
  width: 80%;
}

img.dot-teacher-img {
  position: absolute;
  top: 3.2em;
  left: 3.5em;
  display: none;
}

/*Faq section*/
.faq {
  background: #292731;
  width: 95%;
  text-align: center;
  padding: 60px 0;
  margin: 0;
  margin-bottom: 25px;
}
.faq h1 {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 50px;
}

/*Test*/

.accordion {
  background-color: #34323D;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 9px;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: 500;
  float: right;
  margin-left: 5px;
  font-size: 22px;
}

.active:after {
  content: "\2212";
  color: #fff;
  font-weight: 500;
}

.active, .accordion:hover {
  background-color: #34323D;
}

.panel {
  padding: 0 18px;
  background-color: #34323D;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-left: 10px;
  margin-right: -10px;
}

.faq-acordion {
  width: 800px;
  margin: 0 auto;
}
.panel p {
  color: white;
}
.container-stram {
	background-image: url("/images/Group-5960.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  .header-stram {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}
  .logo-stram {
  width: 301px;
  height: 100px;
  background-image: url(/images/logo-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
  h1.title-stram {
  color: #FFFFFF;
  font-size: 48px;
  font-family: "Poppins";
}
  .content-stram {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
  }
  .column-stram {
  flex: 1;
  padding: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
  .column img {
	max-width: 100%;
	height: auto;
  }
  .button-stram {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  font-family: "Poppins";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
  img.img-stram {
  padding-right: 15px;
  width: 50px !important;
}
img.img-stram:hover {
  border-radius: 50%;
  border: 1px solid #000;
}



@media only screen and (max-width: 600px) {
	#register .container {
		display: flex;
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
	}
  .col-md-6.text-center.mbResp {
    flex: 1;
    background-color: #F1F1F1;
    padding-top: 158px;
    padding-bottom: 165px;
    margin-bottom: 0;
}
button.navbar-toggler {
  display: none;
}
.home-menu {
  font-family: 'Poppins';
  font-size: 16px;
  display: none;
}
.col-md-6.tex-center {
  padding-left: 0;
  font-size: 36px;
  color: #fff;
  line-height: 51px;
  font-weight: 600;
  padding-top: 4em;
}
.faq-acordion {
  width: 346px;
  margin: 0 auto;
  padding: 0;
}
section#register .container {
  display: flex;
  flex-direction: column;
}
	}


  .beesCard.mb-5.cart {
    background: #34323D;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    margin-bottom: 0px !important;
}

.nologin-cartpage {
  background: #292731;
}
.nologin-cartpage {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-header.position-relative.d-none.d-sm-block.pt-3.mb-3 h1 {
  color: #fff !important;
}
h3.titlewhite {
  color: #fff;
}

.bg-light.pill {
  background-color:#292731 !important;
  color: white;
  border-radius:  6px 6px 0 0;
}
li.list-group-item.d-flex.justify-content-between.align-items-center {
  background: #292731;
  color: white;
 
}
td.border-0.align-middle {
  color: #fff;
}

.col-md-12.col-xs-12.d-flex.align-items-end.align-content-end.flex-wrap.buttons-cart {
  padding-top: 20px;
}
button.btn.btn-green-pro-cata {
  background: #fdd936 !important;
  margin-top: 20px;
  margin-right: 10px;
}
.beeBgColor {
  background-color: rgb(252,218,36) !important;
  color: #000;
}
.bg-light {
  background-color: #292731 !important;
  color: white;
}

/*Second Cart**/
h5.indietro {
  color: #fff;
  padding-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  section#register_teacher {
    overflow: hidden;
  }
  .col-md-3.formanome{
    margin-left: -5px;
  }
  footer.footer {
    overflow: hidden;
}
  .container-footer {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .row.mobile-footer-view {
    text-align: center;
    padding: 20px 0;
}
.mobile-footer-view .col-lg-3.col-md-3.col-sm-6 {
  padding: 10px 0;
}

footer ul {
  padding: 1px;
  list-style: none;
}

.navbar-light .navbar-toggler-icon {
  display: none;
}

}

/**Test menu language*/
.dropbtn {
  background-color: transparent;
  color: black;
  padding: 0;
  font-size: 16px;
  border: none;
  font-family: 'Poppins' !important;
}

button.dropbtn a {
  color: #000;
  padding-left: 50px;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
z-index: 1;
text-align: center;
  margin-right: -25px;
  
  background: #fdd936 !important;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: none;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}

/*New*/
button.language {
  background-color:#fdd936;
  width:110px;
  height:auto;
  border-radius:10px;
  padding:5px;
  font-size:16px;
  font-weight:bold;
  border: none;
  }
  
.dropdown-content {
  width:110px;
  height:auto;
  padding:5px 0px;
  color:black;
  font-weight:bold;
  font-size:16px;
  border-radius:10px;
  cursor:pointer;
  display:none;
  border: none;
  }
  
a.option {padding:10px;}

/* Style for the dropdown container */
.dropdown-lang {
	position: relative;
	display: inline-block;
  }

  .dropdown-lang a {
    color: #212529;
}
  
  /* Style for the dropdown button */
  .dropbtnlang {
    background-color: transparent;
    color: #212529;
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.dropbtnlangg {
  background-color: transparent;
  color: #212529;
  padding: 0px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
  /* Style for the dropdown content (hidden by default) */
  .dropdown-content-lang {
    display: none;
    position: absolute;
    background-color: #fdd935;
    min-width: 100px;
    border-radius: 5px;
    margin-left: -10px;
}
  
  /* Style for the dropdown links */
  .dropdown-content-lang a {
	color: #333;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
    font-size: 15px;
  }
  
  /* Style for the dropdown links on hover */
  .dropdown-content-lang a:hover {
	background-color: #120e0f;
  }

  .multiselect__option--highlight {
    background: #fdd936;
    outline: none;
    color: #fff;
}


/*Email confirmation Page*/
.container-reg {
  margin: 0 auto;
}

.container-fluid.test {
  height: 100%;
}
.container-fluid.school {
  height: 100%;
}
.container-fluid.lst {
  height: 100%;
}

/* footer.footer {
  position: static;
  bottom: 0;
} */

main#col-main-with-sidebar {
  min-height: 55vh;
}
.footer_bottm {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #454545;
}
.flip-card[data-v-72281230] {
  font-size: 2rem !important;
}
.flip-aclock {
  margin-left: 16em;
  padding-bottom: 35px;
}
ul.nav.nav-pills.second-lesson {
  margin-top: -35px;
}


/*Reset PAssword Page*/

.container.rest {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  margin: 0 auto;
  height: 70vh;
  background: #16151A;
}
.row.justify-content-center.reset {
  display: flex;
  align-items: center;
}
.card-body.reset {
  background: #16151A;
}
.card-header.reset {
  background: #fdd936;
}

.btn-primary.reset {
  color: #16151A;
  background-color: #fed842;
  border-color: #fed842;
  width: 400px;
  margin: 0 auto;
  border: none;
}
label.col-md-4.reset {
  color: #fff;
}
.form-group.row.reset {
  display: flex;
  align-items: center;
}

.modal-content {
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  background: #292731;
}
.modal-content a {
  color: #fff;
}
@media only screen and (max-width: 425px) {
  .btn-primary.reset {
    color: #16151A;
    background-color: #fed842;
    border-color: #fed842;
    width: 100%;
    margin: 0 auto;
    border: none;
}
  .row.justify-content-center.reset {
    display: flex;
    align-items: center;
    margin: 0;
}
}


@media only screen and (max-width: 768px) {
.container.rest {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  margin: 0 auto;
  height: 70vh;
  background: #16151A;
  max-width: 100%;
}
}</pre></body></html>