/******************************   imported files    ********************************/
/************************   Layout   ************************/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900");
/* line 4, ../sass/layout/_header.scss */
.navbar-default {
  background-color: white;
  height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 4, ../sass/layout/_header.scss */
  .navbar-default {
    height: auto;
  }
}
/* line 12, ../sass/layout/_header.scss */
.navbar-default .navbar {
  position: relative;
  padding: 0;
}
/* line 15, ../sass/layout/_header.scss */
.navbar-default .navbar .logo {
  background-color: white;
  box-shadow: 2px 2px 20px #0000001A;
  width: 180px;
  height: 166px;
  margin-top: 60px;
  z-index: 9;
}
@media (max-width: 991px) {
  /* line 15, ../sass/layout/_header.scss */
  .navbar-default .navbar .logo {
    order: 1;
    position: relative;
    z-index: 9;
    margin-top: 0;
    box-shadow: none;
  }
}
/* line 29, ../sass/layout/_header.scss */
.navbar-default .navbar .logo img {
  padding: 18px 20px;
  margin: auto;
  display: block;
}
/* line 35, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse {
  justify-content: center;
}
@media (max-width: 991px) {
  /* line 35, ../sass/layout/_header.scss */
  .navbar-default .navbar .navbar-collapse {
    position: absolute;
    top: 156px;
    background-color: white;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    z-index: 8;
  }
}
@media (max-width: 991px) {
  /* line 49, ../sass/layout/_header.scss */
  .navbar-default .navbar .navbar-collapse ul {
    padding: 90px 0px 20px;
    height: 100vh;
  }
}
/* line 54, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li {
  padding-right: 30px;
}
@media (max-width: 1200px) {
  /* line 54, ../sass/layout/_header.scss */
  .navbar-default .navbar .navbar-collapse ul li {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  /* line 54, ../sass/layout/_header.scss */
  .navbar-default .navbar .navbar-collapse ul li {
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
/* line 63, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li:last-child {
  padding-right: 0;
}
/* line 66, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li a {
  padding: 0;
  font-size: 18px;
  color: #414042;
}
@media (max-width: 991px) {
  /* line 66, ../sass/layout/_header.scss */
  .navbar-default .navbar .navbar-collapse ul li a {
    text-align: center;
  }
}
/* line 73, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li a:hover, .navbar-default .navbar .navbar-collapse ul li a.active {
  color: #EB9634;
}
/* line 77, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li.quiz {
  text-align: center;
  margin-bottom: 10px;
}
/* line 80, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li.quiz a {
  background-color: #EB9634;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 11px 28px;
  border-radius: 10px;
}
/* line 90, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li.lang {
  margin-bottom: 10px;
  text-align: center;
}
/* line 93, ../sass/layout/_header.scss */
.navbar-default .navbar .navbar-collapse ul li.lang a {
  text-decoration: none;
  color: #414042;
  font-size: 18px;
}
@media (max-width: 991px) {
  /* line 102, ../sass/layout/_header.scss */
  .navbar-default .navbar .right-tool {
    order: 2;
  }
}
/* line 106, ../sass/layout/_header.scss */
.navbar-default .navbar .right-tool ul {
  display: flex;
}
/* line 108, ../sass/layout/_header.scss */
.navbar-default .navbar .right-tool ul li {
  padding-right: 33px;
  list-style-type: none;
}
/* line 111, ../sass/layout/_header.scss */
.navbar-default .navbar .right-tool ul li:last-child {
  padding-right: 0;
}
/* line 114, ../sass/layout/_header.scss */
.navbar-default .navbar .right-tool ul li a {
  text-decoration: none;
  color: #414042;
  font-size: 18px;
}
/* line 120, ../sass/layout/_header.scss */
.navbar-default .navbar .right-tool ul li.quiz a {
  background-color: #EB9634;
  color: white;
  padding: 11px 28px;
  border-radius: 10px;
}

/* line 133, ../sass/layout/_header.scss */
.navbar-toggler {
  padding: 18px 0px;
  border: none !important;
  float: right;
}
@media (max-width: 991px) {
  /* line 133, ../sass/layout/_header.scss */
  .navbar-toggler {
    order: 3;
  }
}
/* line 140, ../sass/layout/_header.scss */
.navbar-toggler:focus {
  box-shadow: none;
}
/* line 143, ../sass/layout/_header.scss */
.navbar-toggler .icon-bar {
  background-color: #EB9634;
  width: 35px;
  height: 5px;
  display: block;
  margin-bottom: 5px;
}
/* line 149, ../sass/layout/_header.scss */
.navbar-toggler .icon-bar:last-child {
  margin-bottom: 0;
}

/* line 1, ../sass/layout/_footer.scss */
footer {
  background-color: #EB9634;
  border-top: 5px solid #414042;
  padding: 20px 0px;
}
@media (max-width: 480px) {
  /* line 5, ../sass/layout/_footer.scss */
  footer .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  /* line 10, ../sass/layout/_footer.scss */
  footer .logo {
    margin-bottom: 30px;
  }
}

/* line 19, ../sass/layout/_footer.scss */
.social-media ul li {
  display: inline-block;
  padding-right: 12.5px;
}
/* line 22, ../sass/layout/_footer.scss */
.social-media ul li:last-child {
  padding-right: 0;
}
/* line 25, ../sass/layout/_footer.scss */
.social-media ul li a {
  background-color: #5E5E5E;
  padding: 8px 13px;
  color: white;
  font-size: 20px;
  border-radius: 2px;
  display: flex;
  width: 40px;
  text-decoration: none;
  height: 40px;
  justify-content: center;
  align-items: center;
}

/* line 42, ../sass/layout/_footer.scss */
.copyright {
  background-color: white;
  padding: 10px 0px;
  color: #414042;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

/* line 3, ../sass/layout/_main.scss */
body {
  font-family: "Heebo", sans-serif;
}

/* line 7, ../sass/layout/_main.scss */
h1, h2, h3, h4, h5 {
  font-family: "Rajdhani", sans-serif;
}

/* line 11, ../sass/layout/_main.scss */
.banner-image {
  position: relative;
  margin-bottom: 70px;
}
/* line 14, ../sass/layout/_main.scss */
.banner-image .image {
  position: relative;
}
/* line 16, ../sass/layout/_main.scss */
.banner-image .image:after {
  content: "";
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgba(255, 255, 255, 0.8) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 412px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  /* line 16, ../sass/layout/_main.scss */
  .banner-image .image:after {
    height: 350px;
  }
}
/* line 29, ../sass/layout/_main.scss */
.banner-image .image:before {
  /*content: "";
  background-image: url(/compass/website/images/logo-hero.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  position: absolute;
  top:25px;
  width: 700px;
  height: 700px;
  right: 0;*/
}
/* line 41, ../sass/layout/_main.scss */
.banner-image .image img {
  width: 100%;
  height: 672px;
  object-fit: cover;
}
@media (max-width: 991px) {
  /* line 41, ../sass/layout/_main.scss */
  .banner-image .image img {
    height: 450px;
  }
}
/* line 50, ../sass/layout/_main.scss */
.banner-image .content-wrraper {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 56, ../sass/layout/_main.scss */
.banner-image .content-wrraper .title {
  font-size: 35px;
  color: #414042;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 56, ../sass/layout/_main.scss */
  .banner-image .content-wrraper .title {
    font-size: 28px;
  }
}
/* line 66, ../sass/layout/_main.scss */
.banner-image .content-wrraper .quiz-link a {
  background-color: #EB9634;
  text-decoration: none;
  font-size: 18px;
  color: white;
  padding: 15px 27.5px;
  border-radius: 10px;
}

/* line 78, ../sass/layout/_main.scss */
.page-title {
  background-color: #414042;
}
/* line 80, ../sass/layout/_main.scss */
.page-title .title {
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 15px 0px;
}

/* line 89, ../sass/layout/_main.scss */
.about-section {
  margin-bottom: 35px;
}
/* line 92, ../sass/layout/_main.scss */
.about-section .left-section .title {
  font-size: 50px;
  color: #414042;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 92, ../sass/layout/_main.scss */
  .about-section .left-section .title {
    font-size: 28px;
  }
}
/* line 101, ../sass/layout/_main.scss */
.about-section .left-section .text {
  color: #000;
  font-size: 18px;
}
/* line 104, ../sass/layout/_main.scss */
.about-section .left-section .text ul {
  padding: 0;
}
/* line 106, ../sass/layout/_main.scss */
.about-section .left-section .text ul li {
  margin-bottom: 17px;
  list-style-type: none;
}
/* line 109, ../sass/layout/_main.scss */
.about-section .left-section .text ul li:last-child {
  margin-bottom: 0;
}
/* line 112, ../sass/layout/_main.scss */
.about-section .left-section .text ul li:before {
  content: "";
  background-image: url(/compass/website/images/listing-ico.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  min-width: 26px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
}
/* line 128, ../sass/layout/_main.scss */
.about-section .right-section .image img {
  max-width: 100%;
  height: 345px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  /* line 139, ../sass/layout/_main.scss */
  .navbar-default .navbar .navbar-collapse ul {
    height: 100% !important;
  }
}
@media (max-width: 340px) {
  /* line 144, ../sass/layout/_main.scss */
  .result .bottom-result {
    flex-direction: column;
  }

  /* line 147, ../sass/layout/_main.scss */
  .result .bottom-result .again {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
/* line 152, ../sass/layout/_main.scss */
.our-values {
  margin-bottom: 81px;
}
/* line 154, ../sass/layout/_main.scss */
.our-values .item {
  padding: 0px 35px;
}
@media (max-width: 991px) {
  /* line 154, ../sass/layout/_main.scss */
  .our-values .item {
    margin-bottom: 30px;
  }
}
/* line 159, ../sass/layout/_main.scss */
.our-values .item .content-wrraper {
  border: 1px solid #EB9634;
  border-radius: 15px;
  padding: 17px 21px;
  background-image: url(/compass/website/images/bg-values.png);
  background-repeat: no-repeat;
  background-size: 240px 253px;
}
/* line 166, ../sass/layout/_main.scss */
.our-values .item .content-wrraper .icon {
  margin-bottom: 8px;
}
/* line 169, ../sass/layout/_main.scss */
.our-values .item .content-wrraper .name {
  font-size: 18px;
  font-weight: bold;
  color: #414042;
  margin-bottom: 15px;
}
/* line 175, ../sass/layout/_main.scss */
.our-values .item .content-wrraper .text {
  font-size: 16px;
  color: #000;
}

/* line 184, ../sass/layout/_main.scss */
.exam {
  background: transparent linear-gradient(262deg, #747474 0%, #0D0D0D 100%) 0% 0% no-repeat padding-box;
  padding: 60px 0px;
  margin-bottom: 80px;
}
/* line 188, ../sass/layout/_main.scss */
.exam .row {
  align-items: center;
}
/* line 192, ../sass/layout/_main.scss */
.exam .left-section .title {
  font-size: 40px;
  color: white;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  /* line 192, ../sass/layout/_main.scss */
  .exam .left-section .title {
    font-size: 28px;
  }
}
/* line 201, ../sass/layout/_main.scss */
.exam .left-section .text {
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 400px) {
  /* line 207, ../sass/layout/_main.scss */
  .exam .left-section .links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* line 213, ../sass/layout/_main.scss */
.exam .left-section .links .quiz, .exam .left-section .links .app {
  font-size: 18px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 28px;
  background-color: #EB9634;
  display: inline-block;
  text-align: center;
}
@media (max-width: 400px) {
  /* line 213, ../sass/layout/_main.scss */
  .exam .left-section .links .quiz, .exam .left-section .links .app {
    margin-bottom: 15px;
  }
}
/* line 226, ../sass/layout/_main.scss */
.exam .left-section .links .quiz {
  margin-right: 30px;
}
@media (max-width: 360px) {
  /* line 226, ../sass/layout/_main.scss */
  .exam .left-section .links .quiz {
    margin-right: 0px;
  }
}
/* line 232, ../sass/layout/_main.scss */
.exam .left-section .links .app {
  background-color: transparent;
  border: 1px solid #EB9634;
}
/* line 239, ../sass/layout/_main.scss */
.exam .image img {
  margin: auto;
  display: block;
}
@media (max-width: 400px) {
  /* line 239, ../sass/layout/_main.scss */
  .exam .image img {
    width: 100%;
  }
}

/* line 249, ../sass/layout/_main.scss */
.partners {
  margin-bottom: 80px;
}
/* line 251, ../sass/layout/_main.scss */
.partners .title {
  text-align: center;
  color: #414042;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 258, ../sass/layout/_main.scss */
.partners .partners-items .text {
  text-align: center;
  font-size: 18px;
  color: #414042;
  margin-bottom: 30px;
}
/* line 264, ../sass/layout/_main.scss */
.partners .partners-items .row {
  width: 100%;
  max-width: 870px;
  justify-content: center;
  margin: auto;
}
/* line 270, ../sass/layout/_main.scss */
.partners .partners-items .item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 270, ../sass/layout/_main.scss */
  .partners .partners-items .item {
    justify-content: center;
    display: flex;
  }
}
/* line 276, ../sass/layout/_main.scss */
.partners .partners-items .item .image {
  box-shadow: 2px 2px 20px #00000029;
  border: 1px solid #EB9634;
  border-radius: 15px;
  padding: 20px;
  width: 202px;
  height: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 286, ../sass/layout/_main.scss */
.partners .partners-items .item .image img {
  width: 160px;
  height: 122px;
}

/* line 295, ../sass/layout/_main.scss */
.quiz-page, .terms-page {
  margin: 70px 0px;
}
/* line 297, ../sass/layout/_main.scss */
.quiz-page .total-question, .terms-page .total-question {
  background: #F9F6EF;
  border: 1px solid #EB9634;
  border-radius: 10px;
  margin-bottom: 20px;
}
/* line 302, ../sass/layout/_main.scss */
.quiz-page .total-question .title, .terms-page .total-question .title {
  font-size: 16px;
  color: #414042;
  text-decoration: underline;
  font-weight: bold;
  padding: 25px;
  margin-bottom: 0;
}
/* line 311, ../sass/layout/_main.scss */
.quiz-page .question, .quiz-page .terms-text, .terms-page .question, .terms-page .terms-text {
  background: #F9F6EF;
  padding: 30px;
  margin-bottom: 30px;
}
/* line 315, ../sass/layout/_main.scss */
.quiz-page .question .title-question, .quiz-page .terms-text .title-question, .terms-page .question .title-question, .terms-page .terms-text .title-question {
  font-size: 16px;
  font-weight: bold;
  color: #EB9634;
  border-bottom: 2px solid #AFAFAF;
  padding-bottom: 15px;
  margin-bottom: 28px;
}
/* line 322, ../sass/layout/_main.scss */
.quiz-page .question .title-question b, .quiz-page .terms-text .title-question b, .terms-page .question .title-question b, .terms-page .terms-text .title-question b {
  color: #414042;
}
/* line 326, ../sass/layout/_main.scss */
.quiz-page .question ul, .quiz-page .terms-text ul, .terms-page .question ul, .terms-page .terms-text ul {
  padding: 0;
}
/* line 328, ../sass/layout/_main.scss */
.quiz-page .question ul li, .quiz-page .terms-text ul li, .terms-page .question ul li, .terms-page .terms-text ul li {
  list-style-type: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
/* line 333, ../sass/layout/_main.scss */
.quiz-page .question ul li:before, .quiz-page .terms-text ul li:before, .terms-page .question ul li:before, .terms-page .terms-text ul li:before {
  content: "";
  background-image: url(/compass/website/images/check.svg);
  background-repeat: no-repeat;
  min-width: 31px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
}
/* line 345, ../sass/layout/_main.scss */
.quiz-page .bottom-quiz, .terms-page .bottom-quiz {
  background: #F9F6EF;
  border: 1px solid #EB9634;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  padding: 15px;
  justify-content: center;
}
/* line 353, ../sass/layout/_main.scss */
.quiz-page .bottom-quiz .pagination, .terms-page .bottom-quiz .pagination {
  margin-bottom: 0;
}
/* line 355, ../sass/layout/_main.scss */
.quiz-page .bottom-quiz .pagination li, .terms-page .bottom-quiz .pagination li {
  padding: 0px 5px;
}
/* line 357, ../sass/layout/_main.scss */
.quiz-page .bottom-quiz .pagination li a, .terms-page .bottom-quiz .pagination li a {
  background-color: white;
  color: #5A5552;
  border-radius: 0;
  border-color: #DDDDDD;
  padding: 5px 11.5px;
  font-size: 14px;
}
/* line 364, ../sass/layout/_main.scss */
.quiz-page .bottom-quiz .pagination li a.active, .terms-page .bottom-quiz .pagination li a.active {
  background-color: #414042;
  color: white;
}
/* line 371, ../sass/layout/_main.scss */
.quiz-page .bottom-quiz button, .terms-page .bottom-quiz button {
  background-color: white;
  border: 1px solid #E2E2E2;
  box-shadow: none;
  color: #EB9634;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
/* line 379, ../sass/layout/_main.scss */
.quiz-page .bottom-quiz button.back-button, .terms-page .bottom-quiz button.back-button {
  background-color: #414042;
  color: white;
}

/* line 387, ../sass/layout/_main.scss */
.result {
  padding: 70px 0px;
}
/* line 389, ../sass/layout/_main.scss */
.result .row {
  margin-bottom: 60px;
}
/* line 392, ../sass/layout/_main.scss */
.result .card {
  padding: 10px;
  background-color: #414042;
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 400, ../sass/layout/_main.scss */
.result .title {
  color: #414042;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0px;
  border-bottom: 3px double #EB9634;
  margin-bottom: 33px;
}
/* line 408, ../sass/layout/_main.scss */
.result .text {
  color: #000;
  font-size: 18px;
  margin-bottom: 43px;
}
/* line 413, ../sass/layout/_main.scss */
.result .share {
  color: #414042;
  font-size: 18px;
  background-color: #F9F6EF;
  border: 1px solid #EB9634;
  border-radius: 10px;
  display: inline-block;
  padding: 15px 20px;
  margin-right: 15px;
  margin-bottom: 30px;
}
/* line 423, ../sass/layout/_main.scss */
.result .share:before {
  content: "\f1e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 10px;
  color: #EB9634;
}
/* line 432, ../sass/layout/_main.scss */
.result .pdf {
  display: inline-block;
  margin-bottom: 30px;
}
/* line 435, ../sass/layout/_main.scss */
.result .pdf a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #414042;
}
/* line 442, ../sass/layout/_main.scss */
.result .pdf a:before {
  content: "";
  background-image: url(/compass/website/images/pdf.svg);
  width: 32px;
  height: 37px;
  margin-right: 16px;
  vertical-align: middle;
  display: inline-block;
}
/* line 453, ../sass/layout/_main.scss */
.result .bottom-result {
  background: #F9F6EF;
  border: 1px solid #EB9634;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 27px;
}
/* line 461, ../sass/layout/_main.scss */
.result .bottom-result .again a, .result .bottom-result .parties a {
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 10px;
  color: white;
  display: block;
  text-align: center;
}
/* line 471, ../sass/layout/_main.scss */
.result .bottom-result .parties a {
  background-color: #414042;
}
/* line 475, ../sass/layout/_main.scss */
.result .bottom-result .again {
  margin-right: 30px;
}
/* line 477, ../sass/layout/_main.scss */
.result .bottom-result .again a {
  background-color: #EB9634;
}

/* line 484, ../sass/layout/_main.scss */
.first-percentage, .secound-percentage {
  margin-bottom: 30px;
}
/* line 486, ../sass/layout/_main.scss */
.first-percentage .content-wrraper, .secound-percentage .content-wrraper {
  border: 1px solid #EB9634;
  border-radius: 15px;
  padding: 30px;
}
/* line 490, ../sass/layout/_main.scss */
.first-percentage .content-wrraper .title-percentage, .secound-percentage .content-wrraper .title-percentage {
  font-size: 16px;
  font-weight: bold;
  color: #414042;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
/* line 499, ../sass/layout/_main.scss */
.first-percentage .content-wrraper .c100, .secound-percentage .content-wrraper .c100 {
  margin: 0 auto 30px;
  text-align: center;
  float: none;
}
/* line 503, ../sass/layout/_main.scss */
.first-percentage .content-wrraper .c100 .bar, .first-percentage .content-wrraper .c100 .fill, .secound-percentage .content-wrraper .c100 .bar, .secound-percentage .content-wrraper .c100 .fill {
  border-color: #EB9634;
}
/* line 506, ../sass/layout/_main.scss */
.first-percentage .content-wrraper .c100 > span, .secound-percentage .content-wrraper .c100 > span {
  font-weight: bold;
}

/* line 515, ../sass/layout/_main.scss */
.contact-page .left-section .title {
  font-size: 18px;
  color: #414042;
  font-weight: bold;
  padding: 13px 0px;
  border-bottom: 3px double #EB9634;
  margin-bottom: 33px;
  margin-top: 40px;
  position: relative;
}
/* line 524, ../sass/layout/_main.scss */
.contact-page .left-section .title:before {
  content: "";
  background-image: url(/compass/website/images/contactinfo.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 196px;
  height: 205px;
  position: absolute;
  top: 0;
  margin-top: -30px;
}
/* line 536, ../sass/layout/_main.scss */
.contact-page .left-section .location, .contact-page .left-section .phone-number, .contact-page .left-section .email {
  margin-bottom: 30px;
}
/* line 538, ../sass/layout/_main.scss */
.contact-page .left-section .location a, .contact-page .left-section .phone-number a, .contact-page .left-section .email a {
  color: #414042;
  font-size: 16px;
  text-decoration: none;
}
/* line 543, ../sass/layout/_main.scss */
.contact-page .left-section .location i, .contact-page .left-section .phone-number i, .contact-page .left-section .email i {
  color: #EB9634;
  font-size: 20px;
  margin-right: 5px;
}
/* line 549, ../sass/layout/_main.scss */
.contact-page .left-section .phone-number {
  position: relative;
}
/* line 551, ../sass/layout/_main.scss */
.contact-page .left-section .phone-number i {
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 556, ../sass/layout/_main.scss */
.contact-page .left-section .phone-number a {
  display: block;
  margin-left: 30px;
}
/* line 562, ../sass/layout/_main.scss */
.contact-page .social-media {
  margin-bottom: 30px;
}

/* line 566, ../sass/layout/_main.scss */
.navbar-toggler:focus {
  box-shadow: none !important;
}

/* line 570, ../sass/layout/_main.scss */
.contact-page, .info-form-page {
  padding: 73px 0px;
}
/* line 572, ../sass/layout/_main.scss */
.contact-page .contactus-form, .info-form-page .contactus-form {
  box-shadow: 2px 2px 20px #00000017;
  border-radius: 15px;
  padding: 30px;
}
/* line 578, ../sass/layout/_main.scss */
.contact-page .contactus-form form .row div, .info-form-page .contactus-form form .row div {
  margin-bottom: 20px;
}
/* line 582, ../sass/layout/_main.scss */
.contact-page .contactus-form form input, .contact-page .contactus-form form textaream, .contact-page .contactus-form form select, .info-form-page .contactus-form form input, .info-form-page .contactus-form form textaream, .info-form-page .contactus-form form select {
  border-color: rgba(235, 150, 52, 0.18);
  height: 50px;
}
/* line 585, ../sass/layout/_main.scss */
.contact-page .contactus-form form input::-ms-input-placeholder, .contact-page .contactus-form form textaream::-ms-input-placeholder, .contact-page .contactus-form form select::-ms-input-placeholder, .info-form-page .contactus-form form input::-ms-input-placeholder, .info-form-page .contactus-form form textaream::-ms-input-placeholder, .info-form-page .contactus-form form select::-ms-input-placeholder {
  color: #949494;
}
/* line 589, ../sass/layout/_main.scss */
.contact-page .contactus-form form input::placeholder, .contact-page .contactus-form form textaream::placeholder, .contact-page .contactus-form form select::placeholder, .info-form-page .contactus-form form input::placeholder, .info-form-page .contactus-form form textaream::placeholder, .info-form-page .contactus-form form select::placeholder {
  color: #949494;
}
/* line 593, ../sass/layout/_main.scss */
.contact-page .contactus-form form textarea, .info-form-page .contactus-form form textarea {
  resize: none;
  height: 100px;
}
/* line 597, ../sass/layout/_main.scss */
.contact-page .contactus-form form button, .info-form-page .contactus-form form button {
  background-color: #EB9634;
  border: none;
  padding: 13px 49px;
}

/* line 607, ../sass/layout/_main.scss */
.info-form-page .contactus-form {
  width: 100%;
  max-width: 768px;
  margin: auto;
  display: block;
}

/* line 615, ../sass/layout/_main.scss */
.parties-page {
  padding: 70px 0px;
}
/* line 617, ../sass/layout/_main.scss */
.parties-page .item {
  margin-bottom: 30px;
  text-decoration: none;
}
/* line 620, ../sass/layout/_main.scss */
.parties-page .item .content-wrraper {
  background-color: white;
  padding: 30px;
  box-shadow: 2px 2px 20px #00000012;
  border-radius: 15px;
}
/* line 625, ../sass/layout/_main.scss */
.parties-page .item .content-wrraper .image {
  border-bottom: 1px solid #EB9634;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 629, ../sass/layout/_main.scss */
.parties-page .item .content-wrraper .image img {
  display: block;
  margin: auto;
}
/* line 634, ../sass/layout/_main.scss */
.parties-page .item .content-wrraper .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #414042;
}

/* line 644, ../sass/layout/_main.scss */
.parties-details {
  padding: 70px 0px;
}
/* line 647, ../sass/layout/_main.scss */
.parties-details .image img {
  display: block;
  margin: 0px auto 25px;
}
/* line 652, ../sass/layout/_main.scss */
.parties-details .title {
  color: #414042;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0px;
  border-bottom: 3px double #EB9634;
  margin-bottom: 33px;
}
/* line 660, ../sass/layout/_main.scss */
.parties-details .text {
  color: #000;
  font-size: 18px;
}
/* line 663, ../sass/layout/_main.scss */
.parties-details .text ul {
  padding: 0;
}
/* line 665, ../sass/layout/_main.scss */
.parties-details .text ul li {
  margin-bottom: 17px;
  list-style-type: none;
}
/* line 668, ../sass/layout/_main.scss */
.parties-details .text ul li:last-child {
  margin-bottom: 0;
}
/* line 671, ../sass/layout/_main.scss */
.parties-details .text ul li:before {
  content: "";
  background-image: url(/compass/website/images/listing-ico.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  min-width: 26px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
}

/* line 686, ../sass/layout/_main.scss */
.pdf-result {
  margin-bottom: 40px;
}
/* line 688, ../sass/layout/_main.scss */
.pdf-result:before {
  content: "";
  background-color: #414042;
  width: 100%;
  height: 18px;
  position: absolute;
  top: 0;
  z-index: 0;
}
/* line 697, ../sass/layout/_main.scss */
.pdf-result .logo {
  background-color: white;
  box-shadow: 2px 2px 20px #0000001A;
  width: 180px;
  height: 165px;
  z-index: 9;
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
/* line 706, ../sass/layout/_main.scss */
.pdf-result .logo img {
  padding: 18px 20px;
  margin: auto;
  display: block;
  margin-right: 40px;
}
/* line 713, ../sass/layout/_main.scss */
.pdf-result .title {
  color: #414042;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0px;
  border-bottom: 3px double #EB9634;
  width: 100%;
  display: inline-block;
}

/* line 724, ../sass/layout/_main.scss */
.pdf-result-page {
  background-image: url(/compass/website/images/bg-pdf.svg);
  background-repeat: no-repeat;
  background-position: left;
}
/* line 728, ../sass/layout/_main.scss */
.pdf-result-page .text {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}
/* line 733, ../sass/layout/_main.scss */
.pdf-result-page .row {
  justify-content: center;
  align-items: center;
}
/* line 737, ../sass/layout/_main.scss */
.pdf-result-page .plot-container {
  margin-bottom: 30px !important;
}

/* line 742, ../sass/layout/_main.scss */
.footer-border {
  border-top: 18px solid #414042;
}

/* line 745, ../sass/layout/_main.scss */
#politicalCompass {
  width: 700px;
  height: 600px;
}
@media (max-width: 767px) {
  /* line 745, ../sass/layout/_main.scss */
  #politicalCompass {
    width: 500px;
  }
}
@media (max-width: 510px) {
  /* line 745, ../sass/layout/_main.scss */
  #politicalCompass {
    width: 400px;
    height: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 411px) {
  /* line 745, ../sass/layout/_main.scss */
  #politicalCompass {
    width: 380px;
    height: 400px;
    margin: 0;
  }
}
@media (max-width: 390px) {
  /* line 745, ../sass/layout/_main.scss */
  #politicalCompass {
    width: 350px;
  }
}
@media (max-width: 360px) {
  /* line 745, ../sass/layout/_main.scss */
  #politicalCompass {
    width: 300px;
  }
}

/* line 24, ../sass/layout/_circles.scss */
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

/* line 28, ../sass/layout/_circles.scss */
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.09em solid #000000;
  width: 0.82em;
  height: 0.82em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 38, ../sass/layout/_circles.scss */
.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 41, ../sass/layout/_circles.scss */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

/* line 48, ../sass/layout/_circles.scss */
.c100 {
  position: relative;
  font-size: 160px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0.4em;
  background-color: #dfe8ed;
}
/* line 50, ../sass/layout/_circles.scss */
.c100 *, .c100 *:before, .c100 *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 74, ../sass/layout/_circles.scss */
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #3c4761;
  display: block;
  text-align: center;
  white-space: nowrap;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 93, ../sass/layout/_circles.scss */
.c100:after {
  position: absolute;
  top: 0.09em;
  left: 0.09em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #ffffff;
  width: 0.82em;
  height: 0.82em;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 110, ../sass/layout/_circles.scss */
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p1 .bar {
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p2 .bar {
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p3 .bar {
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p4 .bar {
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p5 .bar {
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p6 .bar {
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p7 .bar {
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p8 .bar {
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p9 .bar {
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p10 .bar {
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p11 .bar {
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p12 .bar {
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p13 .bar {
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p14 .bar {
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p15 .bar {
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p16 .bar {
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p17 .bar {
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p18 .bar {
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p19 .bar {
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p20 .bar {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p21 .bar {
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p22 .bar {
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p23 .bar {
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p24 .bar {
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p25 .bar {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p26 .bar {
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p27 .bar {
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p28 .bar {
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p29 .bar {
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p30 .bar {
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p31 .bar {
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p32 .bar {
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p33 .bar {
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p34 .bar {
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p35 .bar {
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p36 .bar {
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p37 .bar {
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p38 .bar {
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p39 .bar {
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p40 .bar {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p41 .bar {
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p42 .bar {
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p43 .bar {
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p44 .bar {
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p45 .bar {
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p46 .bar {
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p47 .bar {
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p48 .bar {
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p49 .bar {
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p50 .bar {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p51 .bar {
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -webkit-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p52 .bar {
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -webkit-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p53 .bar {
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -webkit-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p54 .bar {
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p55 .bar {
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p56 .bar {
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -webkit-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p57 .bar {
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -webkit-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p58 .bar {
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -webkit-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p59 .bar {
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -webkit-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p60 .bar {
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p61 .bar {
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p62 .bar {
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -webkit-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p63 .bar {
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -webkit-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p64 .bar {
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -webkit-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p65 .bar {
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p66 .bar {
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -webkit-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p67 .bar {
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -webkit-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p68 .bar {
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -webkit-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p69 .bar {
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -webkit-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p70 .bar {
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p71 .bar {
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -webkit-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p72 .bar {
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -webkit-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p73 .bar {
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -webkit-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p74 .bar {
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -webkit-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p75 .bar {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p76 .bar {
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -webkit-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p77 .bar {
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -webkit-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p78 .bar {
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -webkit-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p79 .bar {
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p80 .bar {
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p81 .bar {
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -webkit-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p82 .bar {
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -webkit-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p83 .bar {
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -webkit-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p84 .bar {
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -webkit-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p85 .bar {
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p86 .bar {
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p87 .bar {
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -webkit-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p88 .bar {
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -webkit-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p89 .bar {
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -webkit-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p90 .bar {
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p91 .bar {
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -webkit-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p92 .bar {
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -webkit-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p93 .bar {
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p94 .bar {
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -webkit-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p95 .bar {
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p96 .bar {
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -webkit-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p97 .bar {
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -webkit-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p98 .bar {
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p99 .bar {
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -webkit-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
/* line 143, ../sass/layout/_circles.scss */
.c100.p100 .bar {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* line 151, ../sass/layout/_circles.scss */
.c100:hover {
  cursor: default;
}
/* line 155, ../sass/layout/_circles.scss */
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #3c4761;
}
/* line 162, ../sass/layout/_circles.scss */
.c100:hover:after {
  top: 0.07em;
  left: 0.07em;
  width: 0.86em;
  height: 0.86em;
}
/* line 174, ../sass/layout/_circles.scss */
.c100.blue .bar, .c100.blue .fill {
  border-color: #30bae7 !important;
}
/* line 177, ../sass/layout/_circles.scss */
.c100.blue:hover > span {
  color: #3c4761;
}
/* line 186, ../sass/layout/_circles.scss */
.c100.pink .bar, .c100.pink .fill {
  border-color: #d74680 !important;
}
/* line 189, ../sass/layout/_circles.scss */
.c100.pink:hover > span {
  color: #3c4761;
}
/* line 198, ../sass/layout/_circles.scss */
.c100.green .bar, .c100.green .fill {
  border-color: #15c7a8 !important;
}
/* line 201, ../sass/layout/_circles.scss */
.c100.green:hover > span {
  color: #3c4761;
}
/* line 210, ../sass/layout/_circles.scss */
.c100.orange .bar, .c100.orange .fill {
  border-color: #eb7d4b !important;
}
/* line 213, ../sass/layout/_circles.scss */
.c100.orange:hover > span {
  color: #3c4761;
}

/************************   Components   ************************/
/* line 4, ../sass/components/_rtl.scss */
html[dir="rtl"] {
  /*footer*/
  /*main pages*/
}
/* line 7, ../sass/components/_rtl.scss */
html[dir="rtl"] .navbar-default .navbar .logo {
  height: 190px;
}
/* line 12, ../sass/components/_rtl.scss */
html[dir="rtl"] .navbar-default .navbar .navbar-collapse ul li {
  padding-right: 0px;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  /* line 12, ../sass/components/_rtl.scss */
  html[dir="rtl"] .navbar-default .navbar .navbar-collapse ul li {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  /* line 12, ../sass/components/_rtl.scss */
  html[dir="rtl"] .navbar-default .navbar .navbar-collapse ul li {
    padding-left: 0px;
  }
}
/* line 21, ../sass/components/_rtl.scss */
html[dir="rtl"] .navbar-default .navbar .navbar-collapse ul li:last-child {
  padding-left: 0;
}
/* line 29, ../sass/components/_rtl.scss */
html[dir="rtl"] .navbar-default .navbar .right-tool ul li {
  padding-right: 0px;
  padding-left: 33px;
}
/* line 32, ../sass/components/_rtl.scss */
html[dir="rtl"] .navbar-default .navbar .right-tool ul li:last-child {
  padding-left: 0;
}
/* line 40, ../sass/components/_rtl.scss */
html[dir="rtl"] .navbar-toggler {
  float: left;
}
/* line 48, ../sass/components/_rtl.scss */
html[dir="rtl"] .social-media ul li {
  padding-right: 0;
  padding-left: 12.5px;
}
/* line 51, ../sass/components/_rtl.scss */
html[dir="rtl"] .social-media ul li:last-child {
  padding-left: 0;
}
/* line 64, ../sass/components/_rtl.scss */
html[dir="rtl"] .about-section .left-section .text ul li:before {
  margin-right: 0;
  margin-left: 15px;
}
/* line 77, ../sass/components/_rtl.scss */
html[dir="rtl"] .exam .left-section .links .quiz {
  margin-right: 0px;
  margin-left: 30px;
}
/* line 89, ../sass/components/_rtl.scss */
html[dir="rtl"] .quiz-page .question ul li:before, html[dir="rtl"] .quiz-page .terms-text ul li:before, html[dir="rtl"] .terms-page .question ul li:before, html[dir="rtl"] .terms-page .terms-text ul li:before {
  margin-right: 0;
  margin-left: 15px;
}
/* line 97, ../sass/components/_rtl.scss */
html[dir="rtl"] .quiz-page .bottom-quiz button, html[dir="rtl"] .terms-page .bottom-quiz button {
  margin-left: 0;
  margin-right: 5px;
}
/* line 105, ../sass/components/_rtl.scss */
html[dir="rtl"] .result .share {
  margin-right: 0px;
  margin-left: 15px;
}
/* line 108, ../sass/components/_rtl.scss */
html[dir="rtl"] .result .share:before {
  margin-right: 0px;
  margin-left: 10px;
}
/* line 115, ../sass/components/_rtl.scss */
html[dir="rtl"] .result .pdf a:before {
  margin-right: 0;
  margin-left: 16px;
}
/* line 122, ../sass/components/_rtl.scss */
html[dir="rtl"] .result .bottom-result .again {
  margin-right: 0px;
  margin-left: 30px;
}
/* line 132, ../sass/components/_rtl.scss */
html[dir="rtl"] .contact-page .left-section .location i, html[dir="rtl"] .contact-page .left-section .phone-number i, html[dir="rtl"] .contact-page .left-section .email i {
  margin-right: 0px;
  margin-left: 5px;
}
/* line 138, ../sass/components/_rtl.scss */
html[dir="rtl"] .contact-page .left-section .phone-number i {
  left: auto;
  right: 0;
}
/* line 142, ../sass/components/_rtl.scss */
html[dir="rtl"] .contact-page .left-section .phone-number a {
  margin-left: 0px;
  margin-right: 30px;
}
/* line 154, ../sass/components/_rtl.scss */
html[dir="rtl"] .parties-details .text ul li:before {
  margin-right: 0;
  margin-left: 15px;
}
/* line 164, ../sass/components/_rtl.scss */
html[dir="rtl"] .pdf-result .logo {
  margin-right: 0px;
  margin-left: 40px;
}
/* line 167, ../sass/components/_rtl.scss */
html[dir="rtl"] .pdf-result .logo img {
  margin-right: 0px;
  margin-left: 40px;
}
/* line 174, ../sass/components/_rtl.scss */
html[dir="rtl"] .pdf-result-page {
  background-position: right;
}

/************************   Abstracts   ************************/
