/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/engine-new.sass ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  background-color: #F6F8F9;
  color: #353638;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

main .container {
  max-width: 1304px;
}

.engine-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  gap: 16px 20px;
}

@media only screen and (max-width: 768px) {
  .engine-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    text-align: center;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .engine-text {
    margin-bottom: 56px;
  }
}

.engine-text .title {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

@media only screen and (max-width: 568px) {
  .engine-text .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.engine-text .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (max-width: 768px) {
  .engine-text .text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 568px) {
  .engine-text .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.engine-text .text strong {
  font-weight: 600;
}

.engine-text > * {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .engine-text > * {
    width: 100%;
  }
}

.engine-text-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: 20px;
}

.engine-text.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.engine-img img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .engine-img {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 568px) {
  .engine-img {
    margin-top: 6px;
  }
}

.anti-malware {
  background-color: #E9E3E3;
  margin-bottom: 60px;
}

@media only screen and (max-width: 568px) {
  .anti-malware {
    margin-bottom: 32px;
  }
}

.anti-malware .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 218px 0 138px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1600px) {
  .anti-malware .wrapper {
    padding: 180px 0 100px;
  }
}

@media only screen and (max-width: 768px) {
  .anti-malware .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 168px 0;
    row-gap: 40px;
  }
}

@media only screen and (max-width: 568px) {
  .anti-malware .wrapper {
    padding: 140px 0 60px;
  }
}

.anti-malware .wrapper img {
  width: 100%;
}

.anti-malware-text {
  max-width: 590px;
  width: 100%;
  color: #106368;
}

@media only screen and (max-width: 768px) {
  .anti-malware-text {
    text-align: center;
  }
}

.anti-malware-text .subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

@media only screen and (max-width: 568px) {
  .anti-malware-text .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.anti-malware-text h1 {
  font-size: 72px;
  line-height: 80px;
  margin: 16px 0 32px;
  font-family: degular, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .anti-malware-text h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 16px 0 24px;
  }
}

.anti-malware-text .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (max-width: 568px) {
  .anti-malware-text .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.cmmx .wrapper {
  padding: 60px 0 98px;
}

@media only screen and (max-width: 568px) {
  .cmmx .wrapper {
    padding: 32px 0 48px;
  }
}

.cmmx .wrapper img {
  width: 100%;
}

.fast-scan .wrapper {
  padding: 98px 0;
}

@media only screen and (max-width: 768px) {
  .fast-scan .wrapper {
    padding: 48px 0;
  }
}

.fast-scan .intel-m1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .fast-scan .intel-m1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fast-scan .intel-m1-item {
  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;
  border-radius: 16px;
  background-color: #EFF1F4;
  padding: 40px 70px;
  width: calc(50% - 10px);
  gap: 45px;
}

@media only screen and (max-width: 1200px) {
  .fast-scan .intel-m1-item {
    padding: 0 30px;
    gap: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .fast-scan .intel-m1-item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 52px;
    padding: 40px;
  }
}

@media only screen and (max-width: 568px) {
  .fast-scan .intel-m1-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 49px 40px;
    text-align: center;
    gap: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .fast-scan .intel-m1-item picture {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .fast-scan .intel-m1-item picture {
    width: auto;
  }
}

.fast-scan .intel-m1-item picture img {
  width: 100%;
}

.fast-scan .intel-m1-item .faster {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
  .fast-scan .intel-m1-item .faster {
    font-size: 32px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .fast-scan .intel-m1-item .faster {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 568px) {
  .fast-scan .intel-m1-item .faster {
    font-size: 24px;
    line-height: 28px;
  }
}

.fast-scan .intel-m1-item svg {
  margin: 0 8px;
}

.fast-scan .intel-m1-item .sec {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #7E7F82;
}

.fast-scan .intel-m1-item .sec span {
  color: #353638;
}

.malware .wrapper {
  padding: 100px 0;
}

@media only screen and (max-width: 568px) {
  .malware .wrapper {
    padding: 48px 0;
  }
}

@media only screen and (max-width: 568px) {
  .malware .wrapper .engine-text {
    margin-bottom: 40px;
  }
}

.malware .wrapper .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 29px 20px;
}

@media only screen and (max-width: 1200px) {
  .malware .wrapper .items-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 568px) {
  .malware .wrapper .items-wrapper {
    gap: 20px 8px;
  }
}

.malware .wrapper .items-wrapper .item {
  background-color: #EFF1F4;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media only screen and (max-width: 1200px) {
  .malware .wrapper .items-wrapper .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}

@media only screen and (max-width: 568px) {
  .malware .wrapper .items-wrapper .item {
    padding: 24px 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
}

.malware .wrapper .items-wrapper .item p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  padding-top: 11px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .malware .wrapper .items-wrapper .item p {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 568px) {
  .malware .wrapper .items-wrapper .item p {
    font-size: 16px;
    line-height: 24px;
  }
}

.mac-lover {
  background-color: #D4D2FF;
  margin: 100px 0;
}

@media only screen and (max-width: 568px) {
  .mac-lover {
    margin: 48px 0;
  }
}

.mac-lover .wrapper {
  padding: 55px 0;
  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;
}

@media only screen and (max-width: 1200px) {
  .mac-lover .wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mac-lover .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 0;
    gap: 52px;
  }
}

@media only screen and (max-width: 568px) {
  .mac-lover .wrapper {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .mac-lover .wrapper picture {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .mac-lover .wrapper picture {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .mac-lover .wrapper picture img {
    width: 100%;
  }
}

.mac-lover-text {
  max-width: 590px;
  width: 100%;
  color: #106368;
}

@media only screen and (max-width: 992px) {
  .mac-lover-text {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .mac-lover-text {
    max-width: 100%;
  }
}

.mac-lover-text .title {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .mac-lover-text .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.mac-lover-text .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (max-width: 568px) {
  .mac-lover-text .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.malware-scan {
  padding: 100px 0;
}

@media only screen and (max-width: 568px) {
  .malware-scan {
    padding: 48px 0;
  }
}

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

.malware-scan .wrapper {
  background-color: #E9E3E3;
  border-radius: 16px;
  padding: 80px 120px;
}

@media only screen and (max-width: 768px) {
  .malware-scan .wrapper {
    padding: 80px 52px;
  }
}

@media only screen and (max-width: 568px) {
  .malware-scan .wrapper {
    border-radius: 0;
    padding: 80px 20px;
  }
}

.malware-scan .wrapper .engine-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 52px;
}

@media only screen and (max-width: 768px) {
  .malware-scan .wrapper .engine-text {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .malware-scan .wrapper .engine-text .text {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 568px) {
  .malware-scan .wrapper .engine-text .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.malware-scan .wrapper .engine-text * {
  width: 100%;
}

.malware-scan .wrapper img {
  display: block;
  margin: 0 auto;
}

.av-test {
  padding: 100px 0;
}

@media only screen and (max-width: 568px) {
  .av-test {
    padding: 48px 0;
  }
}

.av-test .engine-text {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .av-test .engine-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media only screen and (max-width: 568px) {
  .av-test .engine-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .av-test .engine-text .title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 568px) {
  .av-test .engine-text .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .av-test .engine-text .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.try-cmm {
  padding: 100px 0 120px;
}

@media only screen and (max-width: 568px) {
  .try-cmm {
    padding: 48px 0 0;
  }
}

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

.try-cmm .wrapper {
  background-color: #106368;
  color: #A1DDC0;
  border-radius: 16px;
  padding: 80px 102px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .try-cmm .wrapper {
    padding: 80px 52px;
  }
}

@media only screen and (max-width: 568px) {
  .try-cmm .wrapper {
    padding: 80px 20px;
    border-radius: 0;
  }
}

.try-cmm .icons {
  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;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .try-cmm .icons {
    margin-bottom: 52px;
  }
}

.try-cmm .icons svg {
  margin: 0 24px;
}

@media only screen and (max-width: 568px) {
  .try-cmm .icons svg {
    margin: 0 8px;
  }
}

.try-cmm .title {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .try-cmm .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.try-cmm .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 52px;
}

@media only screen and (max-width: 568px) {
  .try-cmm .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.try-cmm a {
  background-color: #DBE10C;
  color: #353638;
  border-radius: 4px;
  padding: 16px 24px;
  font-family: degular, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.try-cmm a:hover {
  background-color: #353638;
  color: #F6F8F9;
}

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



/*# sourceMappingURL=engine-new.css.map*/