.txt12 {
  font-size: 12px;
  line-height: 1.2em;
}

button:focus,
input:focus,
textarea:focus,
a:focus {
	outline: none;
}

.light {
  font-family: Gilroy-Light;
}

.regular {
  font-family: Gilroy-Regular;
}

.dark {
  color: #333;
}

.text-underline {
  text-decoration:underline;
}

.txt16 {
  font-size: 16px;
  line-height: 1.2em;
}

.semibold {
  font-family: Gilroy-Semibold;
}

.txt20 {
  font-size: 20px;
  line-height: 1.2em;
}

.brown {
  color: #5f2e1b;
}
.light-brown {
  color:#b89182;
}

@media (min-width: 576px) {
.logo {
  height:47px;
}}
@media (max-width: 575px) {
.logo {
  height:40px;
}}

.btn-blue {
  border: 1px solid #4a81f6;
  border-radius: 6px;
  padding: 9px;
}

.btn-blue:hover {
  border: 1px solid #4a81f6;
  background: #4a81f6;
  border-radius: 6px;
  padding: 9px;
  color: #fff;
}

a.no-line:hover {
  text-decoration: none;
}

#top-header {
  padding-top:20px;
  padding-bottom:20px;
}
@media (max-width: 575px) {
  #top-header {
    padding-top:15px;
    padding-bottom:15px;
  }
}

@media (min-width: 992px) {
.left-col {
  background:#f5f5f5;
  border-radius:25px 0 0 25px;
}
.right-col {
  background: url("../../assets/img/gos-bg.jpg") top/cover;
  border-radius:0 25px 25px 0;
}
}

@media (max-width: 991px) {
.left-col {
  background:#f5f5f5;
  border-radius:25px 25px 0 0;
  overflow:hidden;
}
.right-col {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), url("../../assets/img/gos-bg.jpg") bottom/cover;
  border-radius:0 0 25px 25px;
}
}

@media (min-width: 576px) {
.left-col-container {
  padding:50px;
}}
@media (max-width: 575px) {
.left-col-container {
  padding:30px;
}}

@media (min-width: 1200px) {
.woman {
  position:absolute;
  bottom:0;
  left:45%;
}}
@media (min-width: 992px) and (max-width: 1199px) {
.woman {
  position:absolute;
  bottom:0;
  left:40%;
}}
@media (min-width: 768px) and (max-width:991px) {
  .woman {
    max-width:500px;
  }
}
@media (max-width: 767px) {
.woman {
  margin-top:30px;
  max-width:400px;
}}

@media (max-width: 575px) {
  .woman {
    width:100%;
    max-width:380px;
  }
}

@media (max-width: 575px) {
.bullit .txt18 {
  font-size: 15px;
}}

@media (min-width:768px) {
.right-line {
  border-right:2px solid #e9e9e9;
}}

#quiz {
  padding-top:60px;
  padding-bottom:60px;
}


@media (min-width: 992px) {
  .title {
    max-width:50%;
    position:relative;
    z-index:2;
  }
}


@media (min-width: 576px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
  .txt33 {
    font-size: 33px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt36 {
    font-size: 27px;
    line-height: 1.2em;
  }
  .txt33 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.bold {
  font-family: Gilroy-Bold;
}

.txt18 {
  font-size: 18px;
  line-height: 1.2em;
}

@media (min-width: 576px) {
.txt25 {
  font-size: 25px;
  line-height: 1.2em;
}}
@media (max-width: 575px) {
.txt25 {
  font-size: 18px;
  line-height: 1.2em;
}}




@media (max-width: 767px) {
  .quiz-body {
    background: #fff;
    border-radius:25px;
    padding: 0px;
    border:2px solid #cbcbcb;
    min-height: 100px;
  }
}

@media (min-width: 768px) {
  .quiz-body {
    background: #fff;
    border:2px solid #cbcbcb;
    border-radius: 25px;
    padding: 50px;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .quiz-body {
    padding-top:50px;
    padding-bottom:50px;
  }
}

.quiz {
  position: relative;
  max-width: 900px;
  height: 550px;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#footer .container {
  border-top:1px solid #cbcbcb;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grey {
  color: #707a8b;
}

.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

.txt11 {
  font-size: 11px;
  line-height: 1.2em;
}

@media (min-width: 768px) and (max-width:991px) {
  .quiz {
    height: inherit;
  }
}

#success {
  background: url("../../assets/img/header-bg.jpg") top/cover;
  height: 100vh;
  padding-top: 200px;
}

.txt45 {
  font-size: 45px;
  line-height: 1.2em;
}

.blue-btn {
  background: #365edc;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  color:#fff;
}

.blue-btn:hover img {
  margin-left: 25px;
  transition: all 0.3s ease-in-out;
}

.blue-btn img {
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
  background: #5579ec; 
  transition: all 0.3s ease-in-out;
  color:#fff;
}

  .blue-btn {
    padding: 30px;
  }

@media (max-width: 575px) {
  .blue-btn {
    padding:20px;
    width:100%;
  }
  .blue-btn.txt18 {
    font-size:15px;
  }
}

@media (max-width: 575px) {
  .blue-btn img {
    width: 35px;
  }
}

.blue-btn {
	position: relative;
	overflow: hidden;
}

.blue-btn .flare {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	transform: skewX(-45deg);
	animation: flareAnimation;
	left: -150%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
	animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
	0% {
		left: -250%;
	}

	100% {
		left: 250%;
	}
}

@media (min-width: 576px) {
  .descriptor {
    max-width:250px;
  }
}
@media (max-width: 575px) {
  .descriptor {
    max-width:250px;
  }
}


@media (max-width: 575px) {
.warning .txt16 {
  font-size: 12px;
}}

.invert img {
  filter:brightness(0%) invert(100%);
}

@media (min-width: 576px) {
.quote {
  background:url("../../assets/img/anti-flag.svg") center right/contain no-repeat, #585858;
  padding:20px 50px;
  margin-left:-50px;
  margin-right:-20px;
}}
@media (max-width: 575px) {
.quote {
  background:#686868;
  padding:20px 50px;
  margin-left:-50px;
  margin-right:-50px;
}}

@media (min-width: 576px) {
.bullit {
  padding:50px;
}}
@media (max-width: 575px) {
.bullit {
  padding:30px;
}}