.go-back .content-go-back {
  position: absolute;
  width: 72px;
  right: 25px;
  bottom: -30px;
  z-index: 1;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.go-back .content-go-back:hover {
  opacity: 0.7;
}

.go-back .go-back-link {
  text-decoration: underline !important;
  color: #ffffff;
  padding-left: 4px;
}

#content-cybercrime {
  margin-top: 70px;
  margin-bottom: 20px;
}

#content-cybercrime .title-cybercrime {
  color: #10a9e4;
  font-weight: bold;
  font-size: 60px;
  text-align: right;
}

#content-cybercrime .text-cybercrime {
  margin-top: 76px;
}

#content-cybercrimeTwo {
  margin-bottom: 60px;
}

#content-cybercrimeTwo .button-cybercrime {
  background-color: #10a9e4;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

#content-cybercrimeTwo .button-cybercrime:hover {
  background-color: #0391f9;
}

#content-cybercrimeTwo .button-cybercrime.orange {
  background-color: #ed6407;
}

#content-cybercrimeTwo .button-cybercrime.orange:hover {
  background-color: #d15400;
}

#content-cybercrimeTwo .button-cybercrime.purple {
  background-color: #a15ec0;
}

#content-cybercrimeTwo .button-cybercrime.purple:hover {
  background-color: #8141b9;
}

#content-best-practices {
  background-color: #03b4f8;
  padding: 30px 0 0;
  color: #fefefe;
}

#content-best-practices .pre-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content-best-practices .pre-menu .pre-menu-opt {
  background-color: #60d2ff;
  padding: 10px 25px;
  border-radius: 0 10px 10px 0;
  color: #fefefe;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

#content-best-practices .pre-menu .pre-menu-opt.selected {
  background-color: #ffffff;
  color: #03b4f9;
  font-weight: 800;
  border-radius: 10px;
  z-index: 2;
}

#content-best-practices .pre-menu .pre-menu-opt.selected:hover {
  background-color: #ffffff;
  color: #05a6e6;
}

#content-best-practices .pre-menu .pre-menu-opt.two {
  border-right: 4px solid #5ccaf5;
  z-index: 1;
  margin: 0 -8px;
}

#content-best-practices .pre-menu .pre-menu-opt.two:hover {
  border-right: 4px solid #70d4fc;
}

#content-best-practices .pre-menu .pre-menu-opt:hover {
  background-color: #4ec7f7;
}

#content-best-practices .firts-text {
  margin-top: 15px;
}

#content-best-practices .firts-text .sub {
  text-decoration: underline !important;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

#content-best-practices .firts-text .sub:hover {
  opacity: 0.9;
}

#content-best-practices .best-practice {
  padding-right: 9%;
}

#content-best-practices .best-practice.last {
  padding-right: 7%;
}

#content-best-practices .best-practice .title-best-practices {
  font-size: 40px;
  font-weight: 700;
}

#content-best-practices .best-practice .title-best-practices .black-text {
  color: #343434;
}

#content-best-practices .last-best-practices {
  padding-bottom: 50px;
}

#content-best-practices .last-best-practices a {
  color: #fefefe;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

#content-best-practices .last-best-practices a:hover {
  color: #e2e1e1;
}

#content-online-safety {
  background-color: #a15dc0;
  padding: 30px 0 50px;
  color: #fefefe;
}

#content-online-safety .pre-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content-online-safety .pre-menu .pre-menu-opt {
  background-color: #cdb3d9;
  padding: 10px 25px;
  border-radius: 10px 0 0 10px;
  color: #fefefe;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

#content-online-safety .pre-menu .pre-menu-opt.selected {
  background-color: #ffffff;
  color: #a15ec0;
  font-weight: 800;
  border-radius: 10px;
  z-index: 2;
}

#content-online-safety .pre-menu .pre-menu-opt.selected:hover {
  background-color: #ffffff;
  color: #8e5da3;
}

#content-online-safety .pre-menu .pre-menu-opt.two {
  border-left: 4px solid #c4abd0;
  z-index: 1;
  margin: 0 -8px;
}

#content-online-safety .pre-menu .pre-menu-opt.two:hover {
  border-left: 4px solid #c49ed6;
}

#content-online-safety .pre-menu .pre-menu-opt:hover {
  background-color: #cf7af7;
}

#content-online-safety .firts-text {
  margin-top: 15px;
}

#content-online-safety .card {
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #e3cfec;
  border: unset;
}

#content-online-safety .card .card-header {
  border-radius: 20px;
  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;
  min-height: 80px;
  background-color: #ffffff;
}

#content-online-safety .card .card-header h5 .btn-link {
  color: #a15ec0;
  font-weight: 600;
  width: 100%;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}

#content-online-safety .card .card-header h5 .btn-link:hover, #content-online-safety .card .card-header h5 .btn-link:focus {
  text-decoration: none;
  color: #ff9202;
}

#content-online-safety .card .card-body {
  color: #a15ec0;
  border-radius: 0 0 20px 20px;
}

#content-cybersecurity-attacks {
  background-color: #ed6407;
  padding: 30px 0 0;
  color: #fefefe;
}

#content-cybersecurity-attacks .pre-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content-cybersecurity-attacks .pre-menu .pre-menu-opt {
  background-color: #f6b081;
  padding: 10px 25px;
  color: #fefefe;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

#content-cybersecurity-attacks .pre-menu .pre-menu-opt.selected {
  background-color: #ffffff;
  color: #ed6407;
  font-weight: 800;
  border-radius: 10px;
  margin: 0 -8px;
  z-index: 2;
}

#content-cybersecurity-attacks .pre-menu .pre-menu-opt.selected:hover {
  background-color: #ffffff;
  color: #df5b04;
}

#content-cybersecurity-attacks .pre-menu .pre-menu-opt.one {
  border-radius: 10px 0 0 10px;
}

#content-cybersecurity-attacks .pre-menu .pre-menu-opt.two {
  border-radius: 0 10px 10px 0;
}

#content-cybersecurity-attacks .pre-menu .pre-menu-opt:hover {
  background-color: #fb893d;
}

#content-cybersecurity-attacks .firts-text {
  margin-top: 15px;
}

#content-cybersecurity-attacks-two {
  color: #fefefe;
}

#content-cybersecurity-attacks-two .slider {
  padding: 0;
}

#content-cybersecurity-attacks-two .title-content {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content-cybersecurity-attacks-two .title-content .orange-light {
  color: #fbe0cd;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

#content-cybersecurity-attacks-two .title-content .title-orange {
  color: #df5b04;
  font-size: 48px;
  font-weight: 700;
  width: 50%;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

#content-cybersecurity-attacks-two .text-content {
  background-color: #df5b04;
  height: 180px;
  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;
}

#content-cybersecurity-attacks-two .text-content .text-slider {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

#content-cybersecurity-attacks-two .carousel-control-prev-icon {
  background-image: url("images/arrow-left.png");
}

#content-cybersecurity-attacks-two .carousel-control-next-icon {
  background-image: url("images/arrow-right.png");
}

#content-cybersecurity-attacks-two .carousel-control-next-icon, #content-cybersecurity-attacks-two .carousel-control-prev-icon {
  width: 35px;
  height: 15px;
}

#content-cybersecurity-attacks-two .carousel-control-next, #content-cybersecurity-attacks-two .carousel-control-prev {
  top: 170px;
}

#content-cybersecurity-attacks-three {
  background-color: #ff9202;
  padding: 20px 0;
  color: #fefefe;
}

#content-cybersecurity-attacks-three .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#content-cybersecurity-attacks-three .links .link-to {
  font-weight: 600;
  opacity: 0.7;
  padding: 0 5px;
  cursor: pointer;
}

#content-cybersecurity-attacks-three .links .link-to:hover {
  opacity: 1;
}

#content-cybersecurity-attacks-four {
  background-color: #ed6407;
  padding: 50px 0 35px;
  color: #fefefe;
}

#content-cybersecurity-attacks-four .glossary {
  background-color: #02b5fa;
  text-decoration: underline;
  color: #fefefe;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

#content-cybersecurity-attacks-four .glossary:hover {
  background-color: #0391f9;
}

@media only screen and (max-width: 1199px) {
  #content-cybercrime .title-cybercrime {
    font-size: 50px;
  }
  #content-cybercrime .text-cybercrime {
    margin-top: 60px;
  }
  #content-best-practices .best-practice {
    padding-right: 5%;
  }
  #content-cybersecurity-attacks-two .title-content {
    height: 170px;
  }
  #content-cybersecurity-attacks-two .title-content .orange-light {
    font-size: 45px;
  }
  #content-cybersecurity-attacks-two .title-content .title-orange {
    font-size: 45px;
  }
  #content-cybersecurity-attacks-two .text-content {
    background-color: #df5b04;
    height: 180px;
    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;
  }
  #content-cybersecurity-attacks-two .text-content .text-slider {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
  }
  #content-cybersecurity-attacks-two .carousel-control-prev-icon {
    background-image: url("images/arrow-left.png");
  }
  #content-cybersecurity-attacks-two .carousel-control-next-icon {
    background-image: url("images/arrow-right.png");
  }
  #content-cybersecurity-attacks-two .carousel-control-next-icon, #content-cybersecurity-attacks-two .carousel-control-prev-icon {
    width: 35px;
    height: 15px;
  }
  #content-cybersecurity-attacks-two .carousel-control-next, #content-cybersecurity-attacks-two .carousel-control-prev {
    top: 170px;
  }
  #content-cybersecurity-attacks-two .text-content {
    height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .go-back .content-go-back {
    position: relative;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    bottom: unset;
    right: unset;
    margin-top: -20px;
  }
  #content-cybercrime .title-cybercrime {
    font-size: 45px;
  }
  #content-cybercrime .text-cybercrime {
    margin-top: 55px;
  }
  #content-best-practices .best-practice {
    padding-right: 3%;
  }
  #content-best-practices .best-practice.last {
    padding-right: 2%;
  }
  #content-best-practices .best-practice .title-best-practices {
    font-size: 32px;
  }
  #content-online-safety .card .card-header {
    min-height: 80px;
  }
  #content-online-safety .card .card-header h5 .btn-link {
    font-size: 14px;
  }
  #content-cybersecurity-attacks-two .title-content {
    height: 160px;
  }
  #content-cybersecurity-attacks-two .title-content .orange-light {
    font-size: 45px;
  }
  #content-cybersecurity-attacks-two .title-content .title-orange {
    font-size: 45px;
  }
  #content-cybersecurity-attacks-two .text-content {
    height: 250px;
  }
  #content-cybersecurity-attacks-two .text-content .text-slider {
    width: 72%;
  }
  #content-cybersecurity-attacks-two .carousel-control-prev-icon {
    background-image: url("images/arrow-left.png");
  }
  #content-cybersecurity-attacks-two .carousel-control-next-icon {
    background-image: url("images/arrow-right.png");
  }
  #content-cybersecurity-attacks-two .carousel-control-next-icon, #content-cybersecurity-attacks-two .carousel-control-prev-icon {
    width: 35px;
    height: 15px;
  }
  #content-cybersecurity-attacks-two .carousel-control-next, #content-cybersecurity-attacks-two .carousel-control-prev {
    top: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .go-back .content-go-back {
    position: relative;
    margin-bottom: -4px;
    margin-top: 4px;
  }
  #menuMob {
    margin-bottom: -1px;
  }
  #menuMob .optMob {
    padding: 0;
  }
  #menuMob .optMob.blue {
    background-color: #03B4F8;
  }
  #menuMob .optMob.orange {
    background-color: #ed6407;
  }
  #menuMob .optMob.purple {
    background-color: #A15DC0;
  }
  #menuMob .optMob a {
    display: block;
    padding: 8px 0;
    margin: 0;
  }
  #menuMob .text {
    margin-top: -1px;
  }
  #menuMob .text.blue {
    background-color: #03B4F8;
  }
  #menuMob .text.orange {
    background-color: #ed6407;
  }
  #menuMob .text.orange .text-center {
    padding: 0;
  }
  #menuMob .text.purple {
    background-color: #A15DC0;
  }
  #menuMob .text p {
    margin: 0;
    color: #fefefe;
    font-size: 11px;
    line-height: 1.4;
  }
  #content-cybercrime {
    margin-bottom: 5px;
  }
  #content-cybercrime .title-cybercrime {
    font-size: 32px;
    text-align: left;
  }
  #content-cybercrime .text-cybercrime {
    margin-top: 10px;
  }
  #content-best-practices {
    padding: 6px 0 0;
    font-size: 12px;
  }
  #content-best-practices .best-practice {
    padding-right: 0;
  }
  #content-best-practices .best-practice .title-best-practices {
    font-size: 30px;
  }
  #content-best-practices .last-best-practices {
    padding-bottom: 40px;
    margin-top: 15px;
  }
  #content-best-practices .carousel-control-prev {
    left: -15%;
    opacity: 1;
  }
  #content-best-practices .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("images/arrow-left-mobile.png");
    height: 28px;
  }
  #content-best-practices .carousel-control-next {
    right: -15%;
    opacity: 1;
  }
  #content-best-practices .carousel-control-next .carousel-control-next-icon {
    background-image: url("images/arrow-right-mobile.png");
    height: 28px;
  }
  #content-online-safety {
    padding: 6px 0 36px;
  }
  #content-online-safety .bigMob {
    font-size: 26px;
    line-height: 1.2;
  }
  #content-online-safety .card {
    margin: 14px 0;
    border-radius: 10px;
  }
  #content-online-safety .card.mob {
    margin: -14px 0 0;
    border-radius: 0 0 10px 10px;
  }
  #content-online-safety .card.mob .card-body {
    border-radius: 0 0 10px 10px;
  }
  #content-online-safety .card .card-header {
    border-radius: 10px;
    min-height: 92px;
    padding: 0px;
  }
  #content-online-safety .card .card-header h5 .btn-link {
    font-size: 12px;
  }
  #content-cybersecurity-attacks {
    padding: 6px 0 0;
    font-size: 12px;
  }
  #content-cybersecurity-attacks-two {
    font-size: 12px;
  }
  #content-cybersecurity-attacks-two .title-content {
    height: 120px;
  }
  #content-cybersecurity-attacks-two .title-content .orange-light {
    display: none;
  }
  #content-cybersecurity-attacks-two .title-content .title-orange {
    font-size: 35px;
    width: 100%;
    text-align: left;
    padding-left: 45px;
  }
  #content-cybersecurity-attacks-two .text-content {
    height: 420px;
  }
  #content-cybersecurity-attacks-two .text-content .text-slider {
    width: 85%;
    text-align: left;
  }
  #content-cybersecurity-attacks-two .carousel-control-prev-icon {
    background-image: url("images/arrow-left-mobile.png");
  }
  #content-cybersecurity-attacks-two .carousel-control-next-icon {
    background-image: url("images/arrow-right-mobile.png");
  }
  #content-cybersecurity-attacks-two .carousel-control-next-icon, #content-cybersecurity-attacks-two .carousel-control-prev-icon {
    width: 18px;
    height: 26px;
  }
  #content-cybersecurity-attacks-two .carousel-control-next, #content-cybersecurity-attacks-two .carousel-control-prev {
    top: 120px;
    opacity: 1;
  }
  #content-cybersecurity-attacks-four {
    background-color: #f39657;
  }
}

@media only screen and (max-width: 380px) {
  #content-online-safety .card .card-header {
    min-height: 80px;
    padding: 0px;
  }
  #content-online-safety .card .card-header h5 .btn-link {
    font-size: 11px;
  }
}
/*# sourceMappingURL=styles-cybercrime.css.map */