/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[4]!../../node_modules/import-glob/index.js!./styles/author.sass ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
h2.title {
  font-size: 64px;
  line-height: 105%;
  font-family: degular, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  h2.title {
    font-size: 52px;
    line-height: 115%;
  }
}

@media only screen and (max-width: 767px) {
  h2.title {
    font-size: 32px;
    line-height: 120%;
  }
}

.main-banner {
  background-color: #D4D2FF;
}

@media only screen and (max-width: 1200px) {
  .main-banner {
    padding-bottom: 100px;
  }
}

.main-banner .wrapper {
  padding: 230px 0 175px;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper {
    padding: 190px 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 164px 0 96px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper {
    padding: 120px 0 80px;
  }
}

.main-banner .socials {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .main-banner .socials {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.main-banner .socials a {
  padding: 3px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-banner .socials a:hover {
  opacity: 0.7;
}

.main-banner .socials a svg {
  display: block;
}

.main-banner .avatar {
  padding-inline: 11.5ppx;
}

.main-banner .avatar img {
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .main-banner .avatar img {
    max-width: 200px;
  }
}

.main-banner .text .title {
  font-size: 110px;
  line-height: 1;
  font-family: degular, sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .text .title {
    font-size: 80px;
    line-height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .text .title {
    font-size: 50px;
    line-height: 115%;
    margin-bottom: 24px;
  }
}

.main-banner .text .position {
  font-size: 20px;
  line-height: 1;
  opacity: 0.6;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .main-banner .text .position {
    font-size: 16px;
    line-height: 20px;
  }
}

.main-banner .text .description {
  margin-top: 50px;
  max-width: 625px;
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .main-banner .text .description {
    margin-top: 40px;
    font-size: 16px;
    line-height: 160%;
  }
}

.more-about {
  margin-top: 150px;
  margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .more-about {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}

.more-about .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  max-width: 1334px;
  margin-inline: auto;
}

@media only screen and (max-width: 1200px) {
  .more-about .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.more-about h2.title {
  min-width: 524px;
}

@media only screen and (max-width: 1200px) {
  .more-about h2.title {
    min-width: 100%;
  }
}

.more-about .more-info {
  font-size: 24px;
  line-height: 160%;
  font-weight: 400;
}

@media only screen and (max-width: 1600px) {
  .more-about .more-info {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .more-about .more-info {
    font-size: 16px;
  }
}

.more-about .more-info p:not(:last-child) {
  margin-bottom: 24px;
}

.author-on-cybersecurity {
  background-color: #FFFFFF;
  padding: 200px 0;
}

@media only screen and (max-width: 1200px) {
  .author-on-cybersecurity {
    padding: 150px 0;
  }
}

@media only screen and (max-width: 767px) {
  .author-on-cybersecurity {
    padding: 100px 0;
  }
}

.author-on-cybersecurity .articles {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 130px;
     -moz-column-gap: 130px;
          column-gap: 130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
  .author-on-cybersecurity .articles {
    row-gap: 36px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .author-on-cybersecurity .articles {
    margin-top: 80px;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .author-on-cybersecurity .articles {
    margin-top: 60px;
  }
}

.author-on-cybersecurity .articles a {
  border-top: 1px solid rgba(41, 31, 79, 0.2);
  width: calc(50% - 65px);
  padding: 24px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #291F4F;
}

@media only screen and (max-width: 1200px) {
  .author-on-cybersecurity .articles a {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .author-on-cybersecurity .articles a {
    gap: 40px;
  }
}

.author-on-cybersecurity .articles a:hover .arrow {
  background-color: #A5C3FF;
}

.author-on-cybersecurity .articles a:hover .arrow svg {
  right: -2px;
}

.author-on-cybersecurity .articles a h3.subtitle {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: degular, sans-serif;
}

@media only screen and (max-width: 1600px) {
  .author-on-cybersecurity .articles a h3.subtitle {
    font-size: 20px;
    line-height: 115%;
  }
}

@media only screen and (max-width: 767px) {
  .author-on-cybersecurity .articles a h3.subtitle {
    font-size: 16px;
    line-height: 115%;
  }
}

.author-on-cybersecurity .articles a .media {
  opacity: 0.6;
  font-size: 16px;
  line-height: 160%;
}

.author-on-cybersecurity .articles a .arrow {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E9E3E3;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .author-on-cybersecurity .articles a .arrow {
    min-width: 30px;
    height: 30px;
  }
}

.author-on-cybersecurity .articles a .arrow svg {
  position: relative;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .author-on-cybersecurity .articles a .arrow svg {
    width: 12px;
  }
}

.awards-and-certificates {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .awards-and-certificates {
    margin-top: 150px;
  }
}

.awards-and-certificates .wrapper {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}

@media only screen and (max-width: 1200px) {
  .awards-and-certificates .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .awards-and-certificates .wrapper {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.awards-and-certificates .wrapper .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 992px) {
  .awards-and-certificates .wrapper .award {
    gap: 12px;
  }
}

.awards-and-certificates .wrapper .award svg {
  width: 65px;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 992px) {
  .awards-and-certificates .wrapper .award svg {
    width: 52px;
    height: 88px;
  }
}

.awards-and-certificates .wrapper .award .award-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .awards-and-certificates .wrapper .award .award-title {
    font-size: 16px;
  }
}

.all-articles {
  margin-top: 50px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .all-articles {
    margin-top: 0;
    margin-bottom: 100px;
  }
}

.all-articles .wrapper {
  margin-top: 60px;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 80px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1600px) {
  .all-articles .wrapper {
    row-gap: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .all-articles .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .all-articles .wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .all-articles .wrapper {
    margin-top: 40px;
  }
}

.all-articles .wrapper .main-article-info .cover {
  width: 100%;
  display: block;
}

.all-articles .wrapper .main-article-info h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin: 24px 0;
  font-family: degular, sans-serif;
}

@media only screen and (max-width: 1600px) {
  .all-articles .wrapper .main-article-info h3 {
    font-size: 20px;
    line-height: 115%;
  }
}

@media only screen and (max-width: 1200px) {
  .all-articles .wrapper .main-article-info h3 {
    font-size: 32px;
    line-height: 120%;
    margin: 32px 0;
  }
}

@media only screen and (max-width: 767px) {
  .all-articles .wrapper .main-article-info h3 {
    font-size: 24px;
    line-height: 120%;
    margin: 24px 0 16px;
  }
}

.all-articles .wrapper .main-article-info h3 a {
  text-decoration: none;
  color: #291F4F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F683FF), to(#F683FF));
  background-image: -webkit-linear-gradient(#F683FF, #F683FF);
  background-image: -o-linear-gradient(#F683FF, #F683FF);
  background-image: linear-gradient(#F683FF, #F683FF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 3px;
  -webkit-transition: background-size 500ms ease-in-out;
  -o-transition: background-size 500ms ease-in-out;
  transition: background-size 500ms ease-in-out;
}

.all-articles .wrapper .main-article-info h3 a:hover {
  background-size: 100% 3px;
}

.all-articles .wrapper .main-article-info .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 16px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .all-articles .wrapper .main-article-info .date-time {
    font-size: 14px;
  }
}

.all-articles .wrapper .main-article-info .date-time .time {
  opacity: 0.6;
}

.footer-spacer {
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .footer-spacer {
    height: 150px;
  }
}

.main-banner .wrapper .text {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body {
  margin: 0;
  font-family: FixelDisplay, sans-serif;
  color: #291F4F;
  background-color: #F7F4EF;
}

.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 568px) {
  .container {
    padding: 0 16px;
  }
}

.header-fixed .container {
  max-width: 1400px;
}

.b-pills {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .b-pills {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 567px) {
  .b-pills {
    margin-bottom: 24px;
  }
}

.b-pill {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #291F4F;
  border-radius: 25px;
  background: #C5BFFF;
}

.text-lg {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  max-width: 720px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .text-lg {
    font-size: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .text-lg {
    font-size: 16px;
  }
}

.text-lg a {
  color: #F683FF;
}

.text-lg a:hover {
  text-decoration: underline;
}

.text-xl {
  font-family: degular, sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
}

@media only screen and (max-width: 567px) {
  .text-xl {
    font-size: 28px;
  }
}

.text-xl a {
  color: #F683FF;
}

.text-xl a:hover {
  text-decoration: underline;
}

.h2 {
  font-family: degular, sans-serif;
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 568px) {
  .h2 {
    font-size: 32px;
  }
}

.section-text {
  margin-bottom: 80px;
}

@media only screen and (max-width: 567px) {
  .section-text {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-text .h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 567px) {
  .section-text {
    text-align: center;
  }
}

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

@media only screen and (max-width: 567px) {
  .section-wrapper {
    gap: 60px;
  }
}

footer {
  background-color: #F7F4EF;
}

footer .wrapper {
  border-top-color: rgba(41, 31, 79, 0.2);
}



/*# sourceMappingURL=author.css.map*/