@import url("../../../../assets/css/aeonik-font.css");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Aeonik Pro";
  background: linear-gradient(180deg, #e3f0fc 19.59%, #fff 100%);
}
.container {
  max-width: 1260px;
  margin: auto;
  padding: 0 30px;
}

@media screen and (max-width: 991.98px) {
  .container {
    padding: 0 60px;
    max-width: 768px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 24px;
    max-width: 400px;
  }
}

img {
  max-width: 100%;
}
/** hero section **/
.hero-section {
  background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/hero-1440.svg");
  background-position: center 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .hero-section {
    background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/hero-1920.svg");
  }
}
@media (min-width: 1920px) {
  .hero-section {
    background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/hero-4k.svg");
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/hero-1023.svg");
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/hero-767.svg");
  }
}
.hero-section .logo-wrap {
  padding-top: 30px;
  margin-bottom: 53px;
  text-align: center;
}
.hero-section .logo-wrap a {
  display: inline-block;
}
.hero-section .logo-wrap .logo {
  margin: auto;
  display: block;
}
.hero-section .hero-content {
  margin-bottom: 80px;
}
.hero-section .hero-content .hero-title {
  color: #fff;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  margin: 0 0 40px;
}
.hero-section .hero-content .hero-title span {
  color: var(--Product-Saber-Blue, #0087f5);
}
.hero-section .hero-content .hero-desc {
  max-width: 100%;
  width: 816px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--Utility-300, #cbd5e1);
  text-align: center;
  margin: auto;
}
.hero-section .icons-container {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #010143;
  box-shadow: 0px -56px 74px 0px rgba(1, 1, 39, 0.4);
  backdrop-filter: blur(130px);
  width: 994px;
  max-width: 100%;
  margin: auto;
  padding: 36px 48px;
  display: grid;
  grid-template-columns: 168px 1fr;
  align-items: center;
  column-gap: 64px;
  position: relative;
}
.hero-section .icons-container::before {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 135, 245, 0) 0%,
    #0087f5 50%,
    rgba(0, 135, 245, 0) 100%
  );
  width: 580px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hero-section .icons-container .icons-title {
  min-width: 168px;
}
.hero-section .icons-container .icons-title .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--Neutrals-W, #fff);
  text-align: center;
}
.hero-section .icons-container .icons-title .number span {
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 14px;
}
.hero-section .icons-wrap {
  display: grid;
  grid-template-columns: repeat(5, 114px);
  column-gap: 24px;
  row-gap: 30px;
  position: relative;
}
.hero-section .icons-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, #004f8f 0%, #0087f5 100%);
  top: 0;
  left: -33px;
}
.hero-section .icons-wrap .icon {
  text-align: center;
}
.hero-section .icons-wrap .icon .icon-img {
  margin-bottom: 8px;
}
.hero-section .icons-wrap .icon .icon-txt {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: var(--Neutrals-W, #fff);
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .hero-section .icons-wrap {
    column-gap: 15px;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .hero-section .icons-container {
    padding: 36px 32px;
    grid-template-columns: 120px 1fr;
    align-items: center;
    column-gap: 50px;
  }
  .hero-section .icons-container .icons-title {
    min-width: 120px;
  }
  .hero-section .icons-container .icons-title .number br {
    display: none;
  }
  .hero-section .icons-wrap {
    grid-template-columns: repeat(3, 114px);
    row-gap: 28px;
  }
  .hero-section .icons-wrap::after {
    left: -26px;
  }
  .hero-section .icons-wrap .icon:last-child {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-section .logo-wrap {
    margin-bottom: 33px;
  }
  .hero-section .hero-content {
    margin-bottom: 56px;
  }
  .hero-section .hero-content .hero-title {
    font-size: 34px;
    line-height: 42.16px;
    letter-spacing: -0.2px;
    margin: 0 0 19px;
  }
  .hero-section .hero-content .hero-title br {
    display: none;
  }
  .hero-section .icons-container {
    grid-template-columns: 1fr;
  }
  .hero-section .icons-container::before {
    max-width: 100%;
  }
  .hero-section .icons-wrap {
    grid-template-columns: repeat(2, 114px);
    row-gap: 29px;
  }
  .hero-section .icons-wrap::after {
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    top: -26px;
  }
  .hero-section .icons-wrap .icon:last-child {
    display: block;
  }
  .hero-section .icons-container {
    padding: 33px 42px 46px;
  }
  .hero-section .icons-container .icons-title {
    margin-bottom: 52px;
  }
  .hero-section .icons-container .icons-title .number {
    max-width: 243px;
    margin: auto;
  }
}

/*section header*/
.sect-header {
  margin-bottom: 62px;
}
.sect-header .sect-heading {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  text-align: center;
  color: var(--Basic-Midnight-Blue, #041e42);
  margin-bottom: 22px;
}
.sect-header .sect-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
  text-align: center;
  width: 858px;
  max-width: 100%;
  margin: auto;
}

/* tailored section */
.tailored-section {
  padding: 120px 0 128px;
}

.tailored-section .container {
}

.tailored-section .tabs-wrap {
}

.tailored-section .tabs-header {
  margin-bottom: 60px;
}

.tailored-section .tabs-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tailored-section .tabs-list .tab-item {
  display: flex;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
  cursor: pointer;
}
.tailored-section .tabs-list .tab-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #cbd5e1;
}

.tailored-section .tabs-list .tab-item.active {
  font-weight: 700;
  color: var(--Product-Saber-Blue, #0087f5);
}
.tailored-section .tabs-list .tab-item.active:after {
  height: 3px;
  background-color: #0087f5;
}

.tailored-section .tabs-body {
}
.tailored-section .tabs-body .tab-item {
  display: none;
}
.tailored-section .tabs-body .tab-item.active {
  display: block;
}

.tailored-section .tab-content {
  display: grid;
  grid-template-columns: 596px 1fr;
  justify-content: space-between;
  align-items: center;
  column-gap: 80px;
}
.tailored-section .tab-content-left .tab-content-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  color: var(--Basic-Midnight-Blue, #041e42);
  margin-bottom: 16px;
}

.tailored-section .tab-content-left .tab-content-sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
  margin-bottom: 16px;
}
.tailored-section .tab-content-left .tab-content-sub-title.mg-top {
  margin-top: 16px;
}

.tailored-section .tab-content-left .tab-content-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
  max-width: 572px;
}

.tailored-section .tab-content-left .tab-content-img {
  width: 127px;
  margin-top: 36px;
}
.tailored-section .tab-content-left .tab-content-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
}
.tailored-section .tab-content-left .tab-content-item:last-child {
  margin-bottom: 0;
}
.tailored-section .tab-content-left .tab-content-item svg {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
/* checklist style start*/
.tailored-section .tab-content-left .check-list .tab-content-item {
  font-size: 18px;
  margin-bottom: 16px;
}
.tailored-section .tab-content-left .check-list .tab-content-item:last-child {
  margin-bottom: 0;
}
.tailored-section .tab-content-left .check-list .tab-content-item svg {
  margin-top: -1px;
}
.tailored-section .tab-content-right {
  text-align: center;
}
.tailored-section .tab-content-right img.border-radius {
  border-radius: 20px;
}
/* checklist style ends */
@media (max-width: 1200px) {
  .tailored-section .tab-content {
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 991.98px) {
  .sect-header {
    margin-bottom: 42px;
  }
  .tailored-section {
    padding: 60px 0 77px;
  }
  .tailored-section .tabs-header {
    margin-bottom: 62px;
  }
  .tailored-section .tabs-list {
    grid-template-columns: repeat(5, auto);
  }
  .tailored-section .tab-content {
    grid-template-columns: 1fr;
    position: relative;
  }
  .tailored-section .tab-content-left {
    margin-bottom: 39px;
  }
  .tailored-section [data-order="0"] .tab-content-left .tab-content-desc {
    max-width: 485px;
  }
  .tailored-section [data-order="0"] .tab-content-left .tab-content-img {
    position: absolute;
    top: 4px;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .sect-header .sect-heading {
    font-size: 28px;
    line-height: 120%;
  }
  .tailored-section {
    padding: 60px 0 58px;
  }
  .tailored-section .tabs-header {
    overflow: scroll;
    margin-bottom: 24px;
  }
  .tailored-section .tabs-wrap {
    position: relative;
  }
  .tailored-section .tabs-wrap::after {
    content: "";
    width: 33px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(
      270deg,
      #eaf4fd 0%,
      rgba(227, 240, 252, 0) 100%
    );
    pointer-events: none;
  }
  .tailored-section .tabs-header::-webkit-scrollbar {
    width: 0px;
  }
  .tailored-section .tabs-list {
    display: flex;
    width: max-content;
  }
  .tailored-section .tabs-list .tab-item {
    padding: 0 19.3px;
  }
  .tailored-section .tab-content-left {
    margin-bottom: 37px;
  }
  .tailored-section .tab-content-left .tab-content-title {
    font-size: 24px;
    line-height: 120%;
  }
  .tailored-section .tab-content-left .tab-content-sub-title {
    font-size: 18px;
  }
  .tailored-section .tab-content-left .tab-content-desc {
    font-size: 16px;
    max-width: 100%;
  }
  .tailored-section [data-order="0"] .tab-content-left .tab-content-img {
    position: relative;
    width: 100px;
    top: 0px;
    right: 0;
    margin-top: 22px;
  }
}
/* enclave section start */
.enclave-section {
  overflow: hidden;
}
.enclave-section .container {
}
.enclave-section .enclave-content {
  display: grid;
  grid-template-columns: 540px 1fr;
  column-gap: 80px;
  justify-content: space-between;
  align-items: center;
}
.enclave-section .enclave-left {
  position: relative;
}
.enclave-section .enclave-left:after {
  content: "";
  background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/enclave-background.svg");
  width: 604px;
  height: 488px;
  background-size: 100% 100%;
  position: absolute;
  right: 204px;
  top: -113px;
}
.enclave-section .enclave-left img {
  transform: translate(0px, -8px);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.enclave-section .enclave-right {
  padding: 12px 0;
}
.enclave-section .enclave-right .enclave-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--Basic-Midnight-Blue, #041e42);
  margin: 0 0 12px;
}
.enclave-section .enclave-right .enclave-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
  margin: 0 0 24px;
}
.enclave-section .enclave-right .border-btn {
  margin: 36px 0 0;
  display: flex;
  width: 150px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid var(--Product-Saber-Blue, #0087f5);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--Product-Saber-Blue, #0087f5);
  text-decoration: none;
}
@media (hover: hover) {
  .enclave-section .enclave-right .border-btn:hover {
    background-color: #0087f5;
    color: #fff;
  }
}
.enclave-section .enclave-right .border-btn:active {
  background-color: #0087f5;
  color: #fff;
}
@media (max-width: 1200px) {
  .enclave-section .enclave-content {
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 991.98px) {
  .enclave-section .sect-header {
    margin-bottom: 50px;
  }
  .enclave-section .sect-header .sect-description {
    width: 506px;
  }
  .enclave-section .enclave-content {
    grid-template-columns: 1fr;
  }
  .enclave-section .enclave-left {
    margin-bottom: 17px;
  }
  .enclave-section .enclave-left:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .enclave-section .sect-header .sect-description {
    width: 260px;
  }
  .enclave-section .enclave-left img {
    border-radius: 4.892px;
  }
  .enclave-section .enclave-right .enclave-desc {
    font-size: 16px;
  }
  .enclave-section .enclave-right .border-btn {
    margin: 36px auto 0;
  }
}
/** ot section start **/
.ot-section {
  padding: 130px 0 119px;
}
.ot-section .ot-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  row-gap: 32px;
}
.ot-section .ot-content.hide {
  display: none;
}
.ot-section .ot-content .ot-solution {
  padding: 0 24px 0 31px;
  border-radius: 22px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 16px 0px rgba(4, 30, 66, 0.06);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
  height: 118px;
  position: relative;
  cursor: pointer;
}
.ot-section .ot-content .ot-solution::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/arrowupright.svg");
  background-repeat: no-repeat;
}
.ot-section .ot-content .ot-solution:hover {
  outline: 1px solid var(--Product-Saber-Blue, #0087f5);
}
.ot-section .ot-content .ot-solution:hover::after {
  background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/arrowupright-blue.svg");
}
.ot-section .ot-content .ot-solution .ot-icon {
}
.ot-section .ot-content .ot-solution .ot-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
}
.ot-section .ot-popup-wrapper {
  display: none;
  position: relative;
}
.ot-section .ot-popup-wrapper.show {
  display: block;
}
.ot-section .ot-popup-wrapper .ot-popup-close {
  position: absolute;
  top: 15px;
  right: 16px;
  margin: 16px;
  cursor: pointer;
}
.ot-section .ot-popup-wrapper .ot-popup-close:hover path {
  fill: #041e42;
}
.ot-section .ot-popup-wrapper .ot-popup-close:hover g {
  opacity: 1;
}
.ot-section .ot-popup {
  display: none;
  border-radius: 22px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 16px 0px rgba(4, 30, 66, 0.06);
  padding: 35px 32px;
}
.ot-section .ot-popup.active {
  display: block;
}
.ot-section .ot-popup-content {
  width: 841px;
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 244px 1fr;
  column-gap: 132px;
  align-items: center;
}
.ot-section .ot-popup-left {
}
.ot-section .ot-popup-left .ot-popup-img {
  margin-bottom: 16px;
  display: block;
}
.ot-section .ot-popup-left .ot-popup-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--Basic-Midnight-Blue, #041e42);
  margin-bottom: 32px;
}
.ot-section .ot-popup-left .arrows {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 15px;
  width: 85px;
}
.ot-section .ot-popup-left .arrows svg {
  cursor: pointer;
}
.ot-section .ot-popup-left .arrows svg:hover path {
  fill: #0087f5;
}
.ot-section .ot-popup-right {
}
.ot-section .ot-popup-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-Midnight-Blue, #041e42);
}
@media (max-width: 1200px) {
  .ot-section .ot-content .ot-solution .ot-text {
    padding-right: 28px;
  }
  .ot-section .ot-content .ot-solution .ot-text br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .ot-section {
    padding: 69px 0 44px;
  }
  .ot-section .ot-content {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
  }
  .ot-section .ot-content .ot-solution {
    padding: 0 24px 0 20px;
    height: 110px;
  }
  .ot-section .ot-content .ot-solution .ot-icon {
    width: 36px;
  }
  .ot-section .ot-content .ot-solution .ot-text {
    transform: translateY(-3px);
  }
  .ot-section .ot-content .ot-solution .ot-text {
    padding-right: 35px;
  }
  .ot-section .ot-popup {
    padding: 48px 87px 60px;
    min-height: 378px;
  }
  .ot-section .ot-popup-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: 100%;
    min-height: 267.8px;
    align-content: center;
  }
  .ot-section .ot-popup-left .ot-popup-img {
    margin-bottom: 26px;
  }
  .ot-section .ot-popup-left .ot-popup-title {
    margin-bottom: 21px;
  }
  .ot-section .ot-popup-left .arrows {
    margin: 0;
  }
  .ot-section .ot-popup-left .arrows .arrow-left {
    position: absolute;
    top: -9px;
    bottom: 0;
    left: 32px;
    margin: auto;
    height: 24px;
  }
  .ot-section .ot-popup-left .arrows .arrow-right {
    position: absolute;
    top: -9px;
    bottom: 0;
    right: 32px;
    margin: auto;
    height: 24px;
  }
}
@media (max-width: 767.98px) {
  .ot-section {
    padding: 49px 0 12px;
  }
  .ot-section .ot-content {
    grid-template-columns: 1fr;
    column-gap: 24px;
    row-gap: 16px;
  }
  .ot-section .ot-content .ot-solution {
    column-gap: 21px;
    padding: 0 24px 0 20px;
    height: 94px;
  }
  .ot-section .ot-content .ot-solution .ot-text {
    padding-right: 45px;
  }
  .ot-section .ot-popup {
    padding: 32px 32px;
    min-height: unset;
  }
  .ot-section .ot-popup-content {
    padding-bottom: 46px;
  }
  .ot-section .ot-popup-left .ot-popup-img {
    margin-bottom: 22px;
  }
  .ot-section .ot-popup-left .ot-popup-title {
    letter-spacing: -0.1px;
  }
  .ot-section .ot-popup-left .arrows .arrow-left,
  .ot-section .ot-popup-left .arrows .arrow-right {
    top: auto;
    bottom: 32px;
  }
  .ot-section .ot-popup-wrapper .ot-popup-close {
    top: 5px;
    right: 4px;
  }
}
/** ot section ends **/

/* Accordion Section */
.risks-section {
  position: relative;
  z-index: 2;
  padding: 12px 0 0px;
  margin-bottom: 80px;
}

@media screen and (min-width: 992px) and (max-width: 1919.98px) {
  .risks-section {
    padding: 12px 0 0;
    overflow: hidden;
  }
}

.risks-section__pattern {
  position: relative;
  top: -1px;
  z-index: 0;
}

.risks-section__pattern .pattern-xl-desktop,
.risks-section__pattern .pattern-desktop,
.risks-section__pattern .pattern-tablet,
.risks-section__pattern .pattern-mobile {
  display: none;
}

@media (min-width: 1919.98px) {
  .risks-section__pattern .pattern-xl-desktop {
    display: block;
  }
}

@media (min-width: 991.98px) and (max-width: 1919.98px) {
  .risks-section__pattern {
    top: -1px;
  }

  .risks-section__pattern .pattern-desktop {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .risks-section__pattern {
    top: -1px;
  }

  .risks-section__pattern .pattern-tablet {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .risks-section__pattern .pattern-mobile {
    display: block;
  }
}

.risks-section .heading {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  max-width: 789px;
  width: 100%;
  margin: 0 auto 22px;
}

.risks-section .sub-copy {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 60px;
  max-width: 858px;
  width: 100%;
  margin: 0 auto 64px;
}

.risks-section .risks-section-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2px;
}

@media (max-width: 991px) {
  .risks-section .risks-section-wrapper {
    padding-bottom: 0;
  }
}
.risks-section .risks-img-wrapper {
  width: 100%;
  margin-right: 1px;
  position: relative;
}

.risks-faq-wapper {
  max-width: 543px;
  width: 100%;
}

.risks-section .risks-img-wrapper .faq-img {
  display: none;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 28px;
}

.risks-section .risks-img-wrapper .faq-img img {
  max-width: 527px;
  width: 100%;
}

.risks-section .risks-img-wrapper .faq-img.open {
  display: block;
}

.risks-section-wrapper img.active {
  display: block;
}

.risks-section .faq-item .faq-img-mbl {
  display: none !important;
}

@media (min-width: 1200px) {
  .risks-section .risks-img-wrapper {
    transform: translate(160px, -20px);
  }
}

@media (max-width: 1199.98px) {
  .risks-section .risks-img-wrapper {
    position: unset;
    transform: translate(90px, -20px);
  }
}

@media (max-width: 991.98px) {
  .risks-section .risks-img-wrapper img {
    border-radius: 16px;
  }
}

.risks-section .risks-faq-wrapper {
  max-width: 585px;
  width: 100%;
  margin-right: 15px;
}

.risks-section .faq-item {
  padding: 24px 0 14px;
  border-bottom: 1px solid rgba(4, 30, 66, 0.1);
  overflow: hidden;
}

.risks-section .faq-item.open {
  padding-bottom: 19px;
}

.risks-section .faq-item:last-child {
  border-bottom: unset;
}

.risks-section .faq-title {
  position: relative;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  padding-right: 18px;
}

.risks-section .faq-title svg {
  display: none;
}

.risks-section .faq-title:after {
  content: "";
  position: absolute;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_25194_262)'%3E%3Cpath d='M3.75 12.5H20.25' stroke='%23041E42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4.25V20.75' stroke='%23041E42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25194_262'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.risks-section .faq-title.open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_25194_437)'%3E%3Cpath d='M3.75 12.5H20.25' stroke='%23041E42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25194_437'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.risks-section .faq-title.open {
  color: #0087f5;
  margin-bottom: 23px;
}

@media (min-width: 991.98px) and (max-width: 1919.98px) {
  .risks-section .faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Aeonik Pro";
    font-weight: 500;
  }

  .risks-section .faq-title svg {
    display: inherit;
  }
}

@media (max-width: 991.98px) {
  .risks-section .faq-title br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .risks-section .faq-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
  }
}

.risks-section .faq-text {
  font-family: "Aeonik Pro";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  max-width: 548px;
  width: 100%;
  margin-top: 15px;
  transition: height 02s ease, opacity 0.2s ease;
  height: 0;
  opacity: 0;
  pointer-events: none;
  display: block;
}

.risks-section .faq-text.open {
  opacity: 1;
  overflow: visible;
  pointer-events: initial;
}

.risks-section .faq-text p {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 9px;
}

.risks-section .faq-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #0087f5;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 105px;
  width: 100%;
  margin: 19px 0 0;
  text-decoration: none;
}
.risks-section .faq-item a span {
  margin-left: 6px;
}
.risks-section .faq-item a:hover {
  text-decoration: underline;
}
.risks-section .faq-item a:hover:before {
  content: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0087f5;
  bottom: -2px;
  left: 0;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.risks-section .faq-title.pre_built.open {
  color: #0079dd;
}

@media (min-width: 991.98px) and (max-width: 1919.98px) {
  .risks-section .faq-text {
    font-weight: 700;
  }
}

@media (max-width: 991.98px) {
  .risks-section {
    padding: 36px 0 2px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
  }
  .risks-section .container {
    padding: 0;
  }
  .risks-section .heading {
    margin-bottom: 22px;
  }

  .risks-section .sub-copy {
    max-width: 634px;
    margin: 0 auto 40px;
  }

  .risks-section .risks-img-wrapper {
    display: none;
  }

  .risks-section .risks-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .risks-section .risks-faq-wrapper {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .risks-section .faq-item {
    padding: 25px 0 23.5px;
    border-bottom: 0;
    position: relative;
  }
  .risks-section .faq-item:after {
    content: "";
    position: absolute;
    width: 648px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(4, 30, 66, 0.1);
  }
  .risks-section .faq-item:last-child:after {
    content: none;
  }

  .risks-section .faq-item.open {
    padding-top: 17px;
    padding-bottom: 14.5px;
  }

  .risks-section .faq-title.open {
    margin-bottom: 76px;
  }

  .risks-section .faq-item a {
    margin: 18px 0 17px;
  }
  .risks-section .faq-title {
    transform: translateY(1px);
    max-width: 648px;
    margin: auto;
  }
  .risks-section .faq-item .faq-img-mbl {
    display: block !important;
    margin-bottom: 13px;
  }

  .risks-section .faq-item .faq-img-mbl img {
    width: 286px;
    max-width: 286px;
  }

  .risks-section .faq-text {
    font-size: 13px;
    line-height: 18px;
    margin-top: 15px;
    max-width: 100%;
    padding: 0 60px;
  }

  .risks-section .faq-block {
    display: flex;
  }

  .risks-section .faq-block .faq-content {
    width: 100%;
  }

  .risks-section .faq-block .faq-content-img {
    max-width: 276px;
    width: 100%;
    margin-top: -60px;
    opacity: 0;
  }

  .risks-section .faq-block .faq-content-img.open {
    opacity: 1;
    transition: opacity 2s ease 0.8s;
  }

  .risks-section .faq-item .faq-img-mbl {
    transform: translate(37px, 0);
    width: unset;
  }
}

@media (max-width: 767.98px) {
  .risks-section {
    padding: 51px 0 2px;
  }
  .risks-section .container {
    padding: 0 24px;
  }
  .risks-section__pattern {
    top: -1px;
  }

  .risks-section .faq-item a {
    margin-top: 18px;
  }

  .risks-section .heading {
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 23px;
  }

  .risks-section .sub-copy {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--Basic-Midnight-Blue, #041e42);
    margin: 0 auto 40px;
  }
  .risks-section .faq-item {
    padding: 21px 0 17.5px;
  }
  .risks-section .faq-text {
    padding: 0;
  }
  .risks-section .faq-item.open {
    padding-top: 19px;
    padding-bottom: 0px;
  }
  .risks-section .faq-text.open {
    margin-bottom: 0px;
  }
  .risks-section .faq-title.open {
    margin-bottom: 0;
  }
  .risks-section .faq-block .faq-content-img {
    max-width: 324.24px;
    width: 100%;
    margin: auto;
    margin-top: 18px;
  }
  .risks-section .faq-item .faq-img-mbl {
    transform: translate(0, 0);
  }
  .risks-section .faq-item .faq-img-mbl img {
    width: 100%;
    max-width: 100%;
  }
  .risks-section .faq-block .faq-content-img.open {
    transition: opacity 0.8s ease 0.8s;
  }
  .risks-section .faq-block .faq-content {
    opacity: 0;
  }
  .risks-section .open .faq-block .faq-content {
    opacity: 1;
    transition: opacity 1.5s ease 0.8s;
  }
  .risks-section .faq-text p {
    margin-top: 1px;
  }

  .testimonial-block .quote {
    display: none;
  }

  .risks-section .faq-block {
    flex-direction: column-reverse;
  }
}
/* Risks section ended */

/* ot security Start */
.section-ot {
  margin-bottom: 69px;
}

.section-ot .ot-security {
  max-width: 1200px;
  width: 100%;
  padding: 60px 60px 78px;
  border-radius: 60px;
  max-width: 1200px;
  width: 100%;
  padding: 60px 60px 80px;
  border-radius: 60px;
  background: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/tenable-suit-desktop.png") no-repeat center center;
  background-size: cover;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-ot {
    padding: 45px 0 63px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) and (max-width: 1919.98px) {
  .section-ot {
    padding: 32px 0 63px;
    overflow: hidden;
  }
}

.section-ot .ot-security-wrap {
  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;
}

.section-ot .content-wrap {
  max-width: 533px;
  width: 100%;
  margin-left: 9px;
  margin-top: 18px;
  margin-right: 15px;
}

.section-ot .sub-title {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 27px;
}

.section-ot .title {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

.section-ot p {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 25px;
}

.section-ot .img-wrap {
  position: relative;
  z-index: 1;
  max-width: 527px;
  width: 100%;
  transform: translate(0px, 11px);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-ot .img-wrap {
    transform: unset;
  }
}

@media (max-width: 991.98px) {
  .section-ot .title {
    font-size: 28px;
    font-family: "Aeonik Pro";
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 22px;
  }

  .section-ot p {
    margin-bottom: 25px;
    padding: 0 0px;
  }

  .section-ot .img-wrap {
    transform: unset;
  }

  .section-ot .img-wrap::before {
    display: none;
  }
}

.section-ot .img-wrap img {
  border-radius: 8px;
}

.section-ot .ot-cta {
  display: flex;
  max-width: 150px;
  width: 100%;
  margin-top: 44px;
  padding: 16px 18px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0087f5;
  background-color: transparent;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  border: 2px solid #0087f5;
  cursor: pointer;
  text-decoration: none;
  height: 56px;
}
@media (hover: hover) {
  .section-ot .ot-cta:hover {
    background: #0087f5;
    color: white;
  }
}
.section-ot .ot-cta:active {
  background: #0087f5;
  color: white;
}

@media (max-width: 991.98px) {
  .section-ot {
    padding: 19px 0 14px;
    margin-bottom: 67px;
  }

  .section-ot .ot-security {
    padding: 78px 60px 80px;
    border-radius: 30px;
    background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/tenable-suit-tablet.png");
  }

  .section-ot .content-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 59px;
  }

  .section-ot .sub-title {
    font-size: 16px;
    margin-bottom: 27px;
  }

  .section-ot .ot-security-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }

  .section-ot .ot-cta {
    margin: 45px auto 0;
  }

  .section-ot .img-wrap {
    max-width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .section-ot {
    padding: 0px 0 0px;
    margin-bottom: 62px;
  }
  .section-ot .ot-security {
    background-image: url("https://www.tenable.com/lp/campaigns/25/tenable-dod/img/tenable-suit-mbl.webp");
  }
  .section-ot .ot-security {
    padding: 78px 24px 36px;
  }
  .section-ot .ot-security-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -72px;
  }

  .section-ot .img-wrap {
    max-width: 336px;
  }

  .section-ot .content-wrap {
    margin-right: 0;
    margin-top: 34px;
    margin-bottom: 49px;
  }
  .section-ot .title {
    font-size: 24px;
  }
  .section-ot p {
    margin-bottom: 25px;
  }
}

/* ot security End */

/* resources-section */
.resources-section {
  padding: 0 0 66px;
  margin-bottom: 62px;
}

.resources-section .block-heading {
  text-align: center;
  margin-bottom: 74px;
}

.resources-section .block-heading h2 {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%; /* 42.16px */
}

.resources-section .section-title {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #041c3c;
  margin-bottom: 63px;
}

.resources-section .block-wrapper {
  max-width: 1200px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resources-section .block {
  display: flex;
  gap: 24px;
}

.resources-section .block:nth-child(1) {
  max-width: 512px;
  width: 100%;
}

.resources-section .block:nth-child(2) {
  max-width: 646px;
  width: 100%;
}

.resources-section .block .icon {
  width: 150px;
}

.resources-section .block .icon img {
  max-width: 150px;
  width: 100%;
  height: 150px;
  border-radius: 20px;
}

.resources-section .block:nth-child(2) .right-block a {
  max-width: 94px;
}

.resources-section .right-block span {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.resources-section .right-block h3 {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  margin: 14px 0 0;
}

.resources-section .right-block a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #0087f5;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 151px;
  width: 100%;
  margin: 13px 0 18px -1px;
  text-decoration: none;
}

.resources-section .right-block a span {
  margin-left: 5px;
  margin-top: 3px;
}
@media (hover: hover) {
  .resources-section .right-block a:hover {
    text-decoration: underline;
  }
}

.resources-section .block .title {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-right: 48px;
}

.resources-section .block .content {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 21px;
}

.resources-section ul {
  padding-left: 14px;
}

.resources-section li {
  position: relative;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 3px;
  margin-bottom: 12px !important;
  list-style: none;
}

.resources-section li br {
  display: none;
}

.resources-section li:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #ff5200;
  left: -13px;
  top: 8px;
}
@media (max-width: 1200px) {
  .resources-section .block .title {
    font-size: 20px;
    min-height: 72px;
  }
}

@media (max-width: 991.98px) {
  .resources-section {
    padding: 0 0 44px;
    margin-bottom: 4px;
  }

  .resources-section .block-heading {
    text-align: center;
    margin-bottom: 32px;
  }

  .resources-section .block-wrapper {
    flex-direction: column;
  }

  .resources-section .section-title {
    margin-bottom: 48px;
    text-align: left;
  }

  .resources-section .block {
    max-width: 205.33px;
    width: 100%;
    padding: 22px 0px 12px;
    margin-bottom: 20px;
  }

  .resources-section .top-block {
    padding-bottom: 22px;
  }

  .resources-section .block .content {
    margin-bottom: 21px;
  }
  .resources-section .block .title {
    font-size: 28px;
    min-height: auto;
  }
  .resources-section .right-block a {
    margin: 14px 0 21px 0px;
  }

  .resources-section li {
    padding-left: 1px;
  }

  .resources-section li:before {
    left: -14px;
  }

  .resources-section li br {
    display: inherit;
  }

  .resources-section li br.br {
    display: none;
  }

  .resources-section .block:nth-child(1) {
    max-width: 660px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 2px;
  }

  .resources-section .block:nth-child(2) .right-block .title {
    padding-right: 20px;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .resources-section {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .resources-section .block-heading {
    margin-bottom: 38px;
  }
  .resources-section .block-heading h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .resources-section .block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0px;
  }
  .resources-section .block {
    padding: 24px 24px;
    max-width: 100% !important;
    margin-bottom: 22px;
    display: block;
    background-color: #f1f5f9;
    border-radius: 22px;
  }
  .resources-section .block:nth-child(1) {
    margin-bottom: 40px;
    padding-bottom: 2px;
  }
  .resources-section .block:nth-child(2) {
    padding-bottom: 2px;
  }
  .resources-section .block .icon {
    max-width: 100%;
    width: 100%;
  }
  .resources-section .block .icon img {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }
  .resources-section .left-block {
    margin-bottom: 20px;
  }
  .resources-section .block .title {
    font-size: 20px;
    padding-right: 0;
    line-height: 150%;
    margin: 11px 0 0;
  }
  .resources-section .top-block {
    padding-bottom: 12px;
  }

  .resources-section .block .content {
    font-size: 14px;
    line-height: 18px;
  }

  .resources-section li {
    font-size: 14px;
  }

  .resources-section li br {
    display: none;
  }

  .resources-section li:before {
    left: -14px;
    top: 5px;
  }

  .resources-section .block .title br {
    display: none;
  }
}

@media (max-width: 375px) {
  .resources-section .block {
    max-width: 355px;
  }

  .resources-section li br.br {
    display: inherit;
  }
}

/* Operational ended */

/* explore section started */
.explore-section {
  margin-bottom: 60px;
}

.explore-section .explore_row {
  display: flex;
  max-width: 1200px;
  width: 100%;
  padding: 58px 0;
  flex-direction: column;
  align-items: center;
  border-radius: 60px;
  background: var(
    --Gradient-Dark,
    linear-gradient(90deg, #000026 0%, #00005b 100%)
  );
}

.explore-section .sub-title {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 18px;
}

.explore-section .title {
  width: 100%;
  max-width: 828px;
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 47px;
}

.explore-section .cta-try-free {
  display: flex;
  max-width: 170px;
  height: 56px;
  width: 100%;
  padding: 13px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0087f5;
  background-color: transparent;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  border: 2px solid #0087f5;
  cursor: pointer;
  text-decoration: none;
}

@media (hover: hover) {
  .explore-section .cta-try-free:hover {
    background: #0087f5 !important;
    color: white;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  .explore-section {
    margin-bottom: 31px;
  }

  .explore-section .explore_row {
    max-width: 688px;
    border-radius: 30px;
    padding: 58px 40px 60px;
    gap: 16px;
    margin: 0 auto;
  }

  .explore-section .sub-title {
    margin-bottom: 4px;
  }

  .explore-section .title {
    max-width: 645px;
    margin-bottom: 29px;
  }
}

@media (max-width: 767.98px) {
  .explore-section {
    margin-bottom: 60px;
  }
  .explore-section .explore_row {
    border-radius: 30px;
    padding: 46px 24px 50px;
    gap: 35px;
  }
  .explore-section .sub-title {
    margin-bottom: -16px;
  }
  .explore-section .title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 120%;
    max-width: 315px;
  }
}

/* footer section start*/
.footer-bg {
  /* background: #000026; */
}

.footer {
  padding: 22px 0 26px;
  text-align: center;
}

.footer .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.footer .footer-content {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .copyright {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #041e42;
  position: relative;
  font-weight: 400;
  margin-right: 88px;
}

.footer .footer-links {
  color: #c3d3e0;
}

.footer .hidden-separator {
  color: #c3d3e0;
  margin: 0 4px;
}

.footer-links a {
  color: #041e42;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin: 0 4px;
}

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

@media screen and (max-width: 1023.98px) {
  .footer-bg .container {
    max-width: 768px;
  }

  .footer .copyright {
    margin: 0 0 16px;
  }

  .hidden-separator {
    display: none;
  }

  .footer-links a {
    margin: 0 2px;
  }

  .try-free {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .footer {
    margin-top: 20px;
  }
  .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .footer-links {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: center;
  }

  .footer .footer-links a:nth-child(2) {
    grid-column: 1 / 6;
    grid-row: 1;
    margin: 0 -4px 16px;
  }

  .footer .footer-links span {
    display: none;
  }
}
