body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #334155;
  
}

.serif {
  font-family: "Recursive", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
      "slnt" 0,
      "CASL" 0,
      "CRSV" 0.5,
      "MONO" 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Recursive", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  position: relative;
}

.container {
  max-width: 1366px;
  padding: 0 60px;
  position: relative;
  margin: 0 auto;
}

#hero {
  height: 100svh;
  position: relative;
}

#heroin {
  height: 100px;
  position: relative;
}

#heroin .topbar {
  padding-top: 26px;
}

#hbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/img/hbg.webp");
  background-position: center;
  background-size: cover;
}

.hbgover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 62, 0.1);
}

.topbar {
  padding-top: 50px;
  display: table;
  width: 100%;
}

.topbarm {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #00215bff, #00215bE5);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #002040;
  z-index: 7;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: translateY(-100%);
  transition: transform 0.5s ease-out;
}

.topbarm.active {
  transform: translateY(0%);
}

.topbar.active {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 12, 29, 0.95);
  z-index: 7;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.topbarm .hlogo {
  width: 37px;
  height: 39px;
}

.topbarm .hlogotxt {
  font-size: 24px;
}

.topbarm.active .logbut {
  top: 0;
}

.topbarm.active .mobcont {
  max-width: 1366px;
  padding: 0 60px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: table;
}

.hlogo {
  width: 49px;
  height: 52px;
  background: url("/assets/img/insigniad.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
}



.logbut {
  float: right;
  color: white;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #2be074;
  padding: 0 18px;
  position: relative;
  border-radius: 10px 0 10px 0;
}

.logbut:hover {
  background: #18f278;
  cursor: pointer;
  color: #00215b;
}

.toplinks {
  float: right;
  list-style-type: none;
  color: white;
  padding: 0;
  margin: 0;
  margin-right: 15px;
  user-select: none;
}

.toplinks li {
  display: inline-block;
  line-height: 36px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.toplinks li:hover {
  cursor: pointer;
  color: #18f278;
}

.toplinks li {
  margin-right: 20px;
}

.topbarm.active .toplinks li {
  top: 0px;
}

.htext {
  color: white;
  float: left;
  width: 60%;
  font-size: 24px;
  position: absolute;
  top: calc(50% - 150px);
  max-width: 700px;
}

.hstxt {
  line-height: 1.5em;
}

.caption {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.heroform {
  color: white;
  text-align: center;
  float: right;
  position: relative;
  width: 40%;
  max-width: 340px;
  top: calc(50% - 235px);
}

.sbutg{
  background: #f8fafc80;
  padding: 1em 2.1em 1em 1.5em;

}

@media screen and (min-width: 1280px) {
  .heroform {
    right: 120px;
  }
}

.heroform input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  height: 60px;
  margin-bottom: 24px;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: inherit;
  font-size: 18px;
  border-radius: 10px 0 10px 0;
}

.hbut {
  width: 100%;
  line-height: 48px;
  font-weight: 700;
}

.hbut:hover {
  cursor: pointer;
}

.hli {
  background: #0077b5;
}

.htrial {
  background: #2be074;
  color: #064e3b;
  font-family: "Recursive", sans-serif;
  font-size: 22px;
  border: none;
  height: 64px;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 6px 32px 0px #2be07440, 0 12px 16px -4px #2be07440;
  text-shadow: 0 2px 0 #68ffb8;
  border-top: 1px solid #68ffb8;
  border-bottom: 1px solid #10b981b0;
  letter-spacing: -0.05em;
}

.butcookie{
  font-size: 18px;
}

.hor {
  margin: 15px 0;
  font-weight: 500;
}

#features {
  min-height: 100px;
  background: #fff;
  padding: 80px 0;
}

.sergrid {
  display: grid;
  grid-template-columns: calc(50% - 40px) calc(50% - 40px);
  grid-column-gap: 80px;
  grid-row-gap: 120px;
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}

.sergrid > div {
  position: relative;
}

.sechead {
  font-size: 36px;
  font-weight: 350;
  font-family: "Recursive", sans-serif;
  color: #00215b;
  letter-spacing: -0.05em;
  line-height: 1.35em;
}

.sechead span{
  font-weight: 550;
}

.testgrid {
  display: grid;
  grid-template-columns: 64px calc(100% - 64px);
  color: #7095a7;
  line-height: 18px;
  margin-top: 20px;
}

.testgrid > div:nth-child(2) {
  padding-left: 20px;
}

.testgrid > div:nth-child(2) > div:first-child {
  padding-top: 12px;
}

.tname {
  font-size: 14px;
  font-weight: 500;
  color: #00215b;
}

.tdes {
  font-size: 12px;
  font-weight: 300;
}

.tpic {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 100px;
  box-shadow: 2px 2px 20px rgba(0, 26, 62, 0.1);
  background-size: cover;
  background-position: center;
}

.tpic1 {
  background-image: url(/assets/img/tpic1.jpg);
}

.tpic2 {
  background-image: url(/assets/img/tpic2.jpg);
}
.tpic3 {
  background-image: url(/assets/img/tpic3.jpg);
}
.tpic4 {
  background-image: url(/assets/img/tpic4.jpg);
}
.tpic5 {
  background-image: url(/assets/img/tpic5.jpg);
}
.tpic6 {
  background-image: url(/assets/img/tpic6.jpg);
}
.tpic7 {
  background-image: url(/assets/img/tpic7.jpg);
}
.tpic8 {
  background-image: url(/assets/img/tpic8.jpg);
}
.tpic9 {
  background-image: url(/assets/img/tpic9.jpg);
}
.tpic10 {
  background-image: url(/assets/img/tpic10.jpg);
}
.tpic11 {
  background-image: url(/assets/img/tpic11.jpg);
}

.tpic12 {
  background-image: url(/assets/img/tpic12.jpg);
}

.tpic13 {
  background-image: url(/assets/img/tpic13.jpg);
}

.tpic14{
  background-image: url(/assets/img/tpic14.jpg);
}


.tpicph {
  background-image: url(/assets/img/tpicph.jpg);
}

.testi {
  color: #7095a7;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.5em;
}

.startbut {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #00215b;
  margin-top: 25px;
  line-height: 32px;
  position: relative;
  display: table;
  transition: color 0.3s ease-out;
  border-radius: 10px 0 10px 0;
  border: 1px solid #cbd5e1;
}

.startbut:hover {
  cursor: pointer;
  color: #00215b;
}

.startbut::after {
  width: 32px;
  height: 32px;
  background: #2be074;
  background-image: url("/assets/img/sarr.svg");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: absolute;
  display: block;
  content: "";
  top: 14px;
  right: -16px;
  transition: right 0.3s ease-out;
}

.startbut:hover::after {
  right: -24px;
}

.expfbut {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(0, 12, 29, 0.7);
  margin-top: 25px;
  line-height: 32px;
  position: relative;
  display: table;
  transition: color 0.3s ease-out;
}

.expfbut:hover {
  cursor: pointer;
  color: #00215b;
}

.expfbut::after {
  width: 32px;
  height: 32px;
  background: #2be074;
  background-image: url("/assets/img/sarr.svg");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: -47px;
  transition: right 0.3s ease-out;
}

.expfbut:hover::after {
  right: -52px;
}

#gstart {
  background: #f9fafb;
  text-align: center;
  padding: 80px 0;
}

.gshead {
  font-size: 36px;
  font-weight: 350;
  font-family: "Recursive", sans-serif;
  color: #00215b;
  letter-spacing: -0.05em;
}

.gstxt {
  margin-top: 30px;
  color: #334155;
}

.gsbut {
  line-height: 60px;
  font-weight: 700;
  background: #2be074;
  padding: 0 40px;
  color: #064e3b;
  display: table;
  position: relative;
  margin: 0 auto;
  font-family: "Recursive", sans-serif;
  font-size: 22px;
  margin-top: 30px;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 6px 32px 0px #2be07480, 0 12px 16px -4px #2be07440;
  text-shadow: 0 2px 0 #68ffb8;
  border-top: 1px solid #68ffb8;
  border-bottom: 1px solid #10b981b0;
  letter-spacing: -0.05em;
}

.gsbleft {
  margin: 30px 0 0 0;
}

.gsbplans{
  margin-top: 3em;
}

.gsbut:hover {
  cursor: pointer;
}

#ftwo {
  padding: 80px 0;
  background: #fff;
}

#pricing {
  background: white;
  text-align: center;
  padding: 80px 0;
  background: url(/assets/img/pricing.jpg);
  background-size: cover;
  background-position: bottom;
}

.phead {
  font-family: "Recursive", sans-serif;
  font-size: 36px;
  color: #00215b;
  font-weight: 350;
  letter-spacing: -0.05em;
}

.phead span{
  font-weight: 550;
}

.ptxt {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #334155;
}

.ptable {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}

.pind {
  border-bottom: 1px solid #f4f7f9;
  display: table;
  width: 100%;
  padding: 18px 0;
}

.pind:hover {
  cursor: pointer;
}

.pind:hover .pbull {
  font-weight: 500;
}

.pind:hover .pamount {
  background: #18f278;
}

.pind:last-child {
  border-bottom: none;
}

.pbull {
  float: left;
  line-height: 32px;
  position: relative;
  padding-left: 30px;
}

.pbull::before {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 5px solid #2be074;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  border-radius: 10px;
}

.pamount {
  float: right;
  transition: background 0.3s ease-out;
  line-height: 32px;
  background: #f4f7f9;
  border-radius: 20px;
  padding: 0 15px;
  font-weight: 600;
  position: relative;
}

.pamounta1::after {
  position: absolute;
  display: block;
  content: "Per minute";
  color: #647c92;
  font-size: 9px;
  line-height: 16px;
  right: 17px;
  font-weight: 400;
}

#vdo {
  text-align: center;
  background: #ffffff;
  padding: 80px 0;
}

#vdo .testgrid {
  max-width: 275px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  background: #f4f7f9;
  text-align: left;
  border-radius: 100px;
  padding: 5px;
  grid-template-columns: 64px calc(100% - 64px);
  box-sizing: border-box;
  padding-right: 10px;
}

#vdo .testgrid > div:nth-child(2) {
  padding-left: 20px;
}

#vdo .testgrid > div:first-child {
  width: 64px;
}

#vdo .testgrid > div:nth-child(2) > div:first-child {
  padding-top: 5px;
}

#vdo .testi {
  font-size: 24px;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 1.4em;
}

.vdohead {
  font-family: "Recursive", sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.vdotxt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vgrid {
  width: 136px;
  display: grid;
  grid-template-columns: 32px 32px 32px;
  grid-gap: 20px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}

.vgrid > div {
  background-color: #eef3f6;
  width: 32px;
  height: 32px;
}

.vgent {
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: grayscale(0.9);
}

.btesti {
  display: none;
}

.btesti.active {
  display: block;
}

.vgent:hover {
  cursor: pointer;
}

.vgent:hover {
  filter: grayscale(0);
}

.vgent.active {
  filter: grayscale(0);
}

.vgent.active::after {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 4px solid #18f278;
  border-radius: 40px;
  position: absolute;
  top: -4px;
  left: -4px;
}

.bvdo {
  background: #eef3f6;
  position: relative;
  width: 440px;
  height: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

#footer {
  background: #00215b;
  padding: 80px 0;
  text-align: center;
}

.fhead {
  font-size: 36px;
  font-weight: 300;
  color: white;
}

.lif {
  background: #0077b5;
  line-height: 48px;
  font-weight: 500;
  color: white;
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  margin-top: 40px;
}

.fform {
  display: grid;
  width: 100%;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  grid-template-columns: calc(33.33% - 20px) calc(33.33% - 20px) calc(
      33.33% - 20px
    );
  grid-gap: 30px;
}

.fform input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  height: 48px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 48px;
  font-family: inherit;
  border-radius: 10px 0 10px 0;
}

.fform button{
  outline: none;
  border-radius: 10px 0 10px 0;
}

.for {
  color: white;
  font-weight: 500;
  line-height: 48px;
}

.fsub {
  background: #2be074;
  color: #00215b;
  display: table;
  line-height: 48px;
  font-weight: 500;
  border: none;
  font-family: inherit;
  font-size: 15px;
  height: 48px;
}

.fsub:hover {
  cursor: pointer;
}

.copyr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-top: 30px;
}

.fgrid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: calc(33.33% - 20px) calc(33.33% - 20px) calc(
      33.33% - 20px
    );
  grid-gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
  color: white;
  font-size: 14px;
  text-align: left;
  max-width: 960px;
}

.fgrid > div {
}

/* FEATURES */
.fone .ibg {
  width: 380px;
  height: 250px;
  background: #00215b;
  float: right;
  position: relative;
  background: url(/assets/img/s1b.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 20px 0 20px 0;
}

.fone .ibg .oline {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-sizing: border-box;
  top: 20px;
  left: 20px;
  border: 1px solid #18f278;
  border-radius: 10px 0 10px 0;
}

.fone .timg {
  width: 380px;
  height: 250px;
  background: #fff;
  box-shadow: 12px 12px 48px rgba(0, 12, 29, 0.1);
  position: relative;
  margin-top: 130px;
  background: url(/assets/img/s1u.webp);
  background-position: center;
  background-size: cover;
}
/* FEATURES TWO */
.ftwo {
  padding-right: 40px;
  padding-top: 40px;
}
.ftwo .ibg {
  width: 380px;
  height: 250px;
  background: #00215b;
  float: right;
  position: relative;
  background: url(/assets/img/s2b.webp);
  background-position: center;
  background-size: cover;
  border-radius: 20px 0 20px 0;
}

.s3i {
  background: url(/assets/img/s3i.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 240px;
}

.s3i:hover {
  cursor: pointer;
}

.s4i {
  background: url(/assets/img/s4i.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 240px;
  /* filter: drop-shadow(3px 6px 12px rgba(0, 26, 62, 0.05)); */
}

.ftwo .ibg .oline {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-sizing: border-box;
  top: 20px;
  left: 20px;
  border: 1px solid #18f278;
  border-radius: 10px 0 10px 0;
}

.ftwo .timg {
  width: 336px;
  height: 245px;
  background: #fff;
  position: relative;
  margin-top: 92px;
  background: url(/assets/img/s2u.webp);
  background-position: center;
  background-size: cover;
  left: -150px;
}
/* FEATURES THREE*/
.fthree .ibg {
  width: 380px;
  height: 250px;
  background: #00215b;
  float: right;
  position: relative;
  background: url(/assets/img/s3b.jpg);
  background-position: center;
  background-size: cover;
}

.fthree .ibg .oline {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-sizing: border-box;
  top: 20px;
  left: 20px;
  border: 1px solid #18f278;
}

.fthree .timg {
  width: 380px;
  height: 250px;
  background: #fff;
  box-shadow: 12px 12px 48px rgba(0, 12, 29, 0.1);
  position: relative;
  margin-top: 130px;
  background: url(/assets/img/s3u.jpg);
  background-position: center;
  background-size: cover;
}

#faqs {
  padding: 80px 0;
}

.faqhead {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}

.faqgrid {
  display: grid;
  grid-template-columns: calc(33.33% - 20px) calc(33.33% - 20px) calc(
      33.33% - 20px
    );
  grid-gap: 30px;
  margin-top: 40px;
}

.faqgrid > div {
  background: #f4f7f9;
  font-weight: 500;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  padding-right: 24px;
  transition: all 0.2s ease-out;
  display: grid
;
    align-items: center;
}

.faqgrid > div:hover {
  cursor: pointer;
  background: #fbfdff;
  box-shadow: 2px 2px 12px rgba(0, 26, 62, 0.1);
}

.faqgrid > div::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  /* background: rgba(0, 26, 62, .03); */
  background: #2be074;
  background-image: url(/assets/img/sarr.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
}

.faqa {
  display: none;
  line-height: 2em;
}

.faqahead {
  text-align: left;
}

.faqback {
  margin-top: 30px;
}

.faqback:hover {
  cursor: pointer;
}

.faqback:hover .fbtxt {
  padding-left: 12px;
}

.fbbut {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #18f278;
  border-radius: 20px;
  vertical-align: top;
  background-image: url(/assets/img/sarr.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  user-select: none;
}

.fbtxt {
  line-height: 32px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-weight: 500;
  user-select: none;
  transition: padding-left 0.2s ease-out;
}

.psecgrid {
  display: flex;
  justify-content: space-between;
  max-width: 170px;
  position: relative;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  user-select: none;
  background: #fff;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  padding: 0 1px;
  box-shadow:  0 1px 2px 0 rgb(0 0 0 / 0.1);
}

.prhead:hover {
  cursor: pointer;
  user-select: none;
}

.prhead {
  display: table;
  position: relative;
  margin: 0 auto;
  color: #00215b;
  padding: 0 23px;
  white-space: nowrap;
  font-weight: 500;
}

.prhead.active {
  color: #064e3b;
  font-weight: 600;
}

.prhead.active .bbg {
  width: calc(100%);
  height: calc(100% - 2px);
  position: absolute;
  display: block;
  background: #2be074;
  top: 1px;
  left: 0;
  border-radius: 24px;
}

.z1 {
  z-index: 1;
  position: relative;
}

.pdetgrid {
  display: grid;
  grid-template-columns: calc(50% - 30px) calc(50% - 30px);
  grid-gap: 60px;
  align-items: center;
  max-width: 720px;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 10px;
}

.pdetlist {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pdetlist li::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-right: 10px;
  background-image: url(/assets/img/bull.svg);
}

.pdetlist {
  display: table;
  color: #334155;
}

.pdettxt {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
}

.pricebox {
  box-shadow: 0 10px 60px rgba(80, 112, 144, 0.2);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 70px 50px;
  border: 1px solid #fff;
}

.pswitch {
  background: #f4f7f9;
  border-radius: 20px;

  text-align: center;
  width: 200px;
  font-weight: 500;
  font-size: 13px;
  line-height: 32px;
  position: relative;
  margin: 0 auto;
  color: #3e566c;
  border-top: 1px solid #dfe8ed;
  box-sizing: border-box;
  user-select: none;
  opacity: 0;
  pointer-events: none;
}

.pswitch:hover {
  cursor: pointer;
}

.psgrid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.psactive {
  background: #18f278;
  position: absolute;
  top: -1px;
  left: 0%;
  width: 50%;
  border-radius: 20px;
  color: #00215b;
  font-weight: 600;
  transition: left 0.3s ease-out;
}

.pswitch.active .psactive {
  left: 50%;
}

.plabel {
  font-size: 14px;
  line-height: 14px;
  margin: 0px 0 15px 0;
  color: #647c92;
  font-weight: 500;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  pointer-events: none;
}

.pricecont {
  position: relative;
  color: #00215b;
  position: relative;
  margin: 0 auto;
  display: none;
}

.pfrom::before {
  display: block;
  position: absolute;
  content: "";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  top: -18px;
  color: #7095a7;
}

.wtnotea::after {
  display: block;
  position: absolute;
  content: "** Volume wires contact us for lower pricing";
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  top: 100%;
  color: #7095a7;
  padding-top: 5px;
}

.pcont0 {
  display: table;
}

.pramount {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  position: relative;
}

.pcurr {
  position: absolute;
  top: 7px;
  left: -14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.pcurr50 {
  left: -50px;
}

.pdur {
  position: absolute;
  bottom: 5px;
  left: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bann {
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
  color: #647c92;
  margin-bottom: 10px;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}

.pam {
  display: none;
}

.wiret {
  display: grid;
  grid-template-columns: calc(100% - 50px) 50px;
  margin-bottom: 10px;
}

.wiret > div:first-child {
  text-align: left;
}

.wiret > div:last-child {
  font-weight: 700;
  text-align: right;
}

.wtnote {
  color: #7095a7;
  font-size: 12px;
  margin-top: 20px;
}

#incont {
  padding: 60px 0 80px 0;
  background: white;
  position: relative;
  display: table;
  width: 100%;
}

.fthree {
  background-image: url(/assets/img/s2i.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  aspect-ratio: 1;
}

.formhead {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 12px;
}

.subcap{
  color: #334155;
  line-height: 1.5em;
}

.reggrid {
  display: grid;
  grid-template-columns: calc(33.33% - 14px) calc(33.33% - 14px) calc(
      33.33% - 14px
    );
  grid-column-gap: 21px;
}

.reggrid input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  height: 48px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 48px;
  /* box-shadow: 1px 1px 6px rgba(0, 12, 29, .1); */
  background: #f4f7f9;
  margin-bottom: 20px;
  font-family: inherit;
  border-radius: 10px 0 10px 0;
}

.reggrid input::placeholder, #fnotes::placeholder{
  color: #94a3b8;
}

.reggrid select, #fnotes {
  position: relative;
  border-radius: 10px 0 10px 0;
}


.reggrid select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  height: 48px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 48px;
  /* box-shadow: 1px 1px 6px rgba(0, 12, 29, .1); */
  background: #f4f7f9;
  margin-bottom: 20px;
}

#fnotes {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  height: 96px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 48px;
  /* box-shadow: 1px 1px 6px rgba(0, 12, 29, .1); */
  background: #f4f7f9;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: inherit;
}


.regbut {
  line-height: 60px;
  font-weight: 700;
  background: #2be074;
  padding: 0 40px;
  color: #064e3b;
  display: table;
  position: relative;
  font-family: "Recursive", sans-serif;
  font-size: 20px;
  margin-top: 30px;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 6px 32px 0px #2be07480, 0 12px 16px -4px #2be07440;
  text-shadow: 0 2px 0 #68ffb8;
  border: 0;
  border-top: 1px solid #68ffb8;
  border-bottom: 1px solid #10b981b0;
  letter-spacing: -0.05em;
}

a .regbut {
  text-decoration: none;
}

.regbut:hover{
  cursor: pointer;
}

.downar {
  position: relative;
}

.downar::after {
  width: 6px;
  height: 6px;
  display: block;
  border-right: 2px solid #00215b;
  border-bottom: 2px solid #00215b;
  transform: rotate(45deg);
  content: " ";
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 1;
  pointer-events: none;
  transform-origin: center;
}

.fhero {
  height: calc(80vh - 100px);
  background: #f8fafc;
  position: relative;
  /* background-image: url(/assets/img/fbg.png); */
  
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.fhgrid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.fhgrid > div:first-child {
  box-sizing: border-box;
}

.fthead {
  font-size: 48px;
  font-weight: 900;
  color: #00215b;
  max-width: 500px;
  letter-spacing: -1px;
  padding-top: 15vh;
}

@media screen and (min-width: 1025px) {
  .fthead {
    padding-top: calc(40vh - 181px);
  }

  .fhgrid {
    height: calc(80vh - 100px);
  }
}
#incont.bggray {
  background: #fff;
}

.fhbut {
  background: #2be074;
  color: #00215b;
  display: table;
  line-height: 48px;
  font-weight: 500;
  padding: 0 40px;
  margin-top: 40px;
}

.fhbut:hover {
  cursor: pointer;
}

.featgrid {
  /* display: grid;
  grid-template-columns: 250px calc(100% - 250px);
  padding-top: 40px;
  background: #fff; */
}

section.aside {
  background: #fff;
  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 60px;
}

.aside ul.ftmenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  border-right: 1px solid #dfe8ed;
  position: relative;
  box-sizing: border-box;
  user-select: none;
}

.ftmenu li {
  line-height: 30px;
  font-size: 14px;
}

.ftmenu li:hover {
  cursor: pointer;
}

.ftmenu li.active {
  font-weight: 600;
}

.aside ul.ftmenu.fixed {
  position: fixed;
  top: 109px;
}

.fcgrid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: calc(50% - 40px) calc(50% - 40px);
  grid-gap: 80px;
  align-items: center;
  grid-row-gap: 140px;
  max-width: 1120px;
  margin: 50px auto;
}

.fchead {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.fclist {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  max-width: 400px;
}

.fclist > li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}

.fclist > li::before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  background-image: url(/assets/img/bull.svg);
  top: 2px;
  left: 0;
  opacity: 1;
}

.fcnote {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 15px;
}

.fthero {
  width: 100%;
  background-image: url(/assets/img/fth.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  top: calc(40vh - 50px - 240px);
  height: 520px;
  max-width: 640px;
}

.ftimgs {
  background: white;
  position: relative;
  width: 500px;
  /* height: 300px; */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.ftimgs img{
  border: 1px solid #fff;
}

.ftimgs2 {
  width: fit-content;
}

.ftimgs2c {
  width: fit-content;
  margin: 0 auto;
}

.ftimgs2 img{
  width: 100%;
  max-width: 300px;
  width:fit-content;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(20px 20px 20px rgba(0, 12, 29, 0.15));
}

.ftimgs3 img{
  width: 100%;
  max-width: 500px;
  aspect-ratio: 502/318;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(20px 20px 20px rgba(0, 12, 29, 0.15));
}


.ftimgs4 img{
  width: 100%;
  max-width: 500px;
  aspect-ratio: 960/464;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(20px 20px 20px rgba(0, 12, 29, 0.15));
}

.ftimgs5 img{
  width: 100%;
  max-width: 500px;
  aspect-ratio: 960/614;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(20px 20px 20px rgba(0, 12, 29, 0.15));
}


.ftimgs6 {
  background-color: transparent;
  background-image: url(/assets/img/f6i.png);
  filter: drop-shadow(20px 20px 20px rgba(0, 12, 29, 0.15));
}

.ftimgs7 img{
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500/316;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(20px 20px 20px rgba(0, 12, 29, 0.15));
}

.ftimgs9,
.ftimgs10 {
  background-color: transparent;
  background-image: url(/assets/img/skd.webp);
  filter: none;
  
}


.ftimgs8 img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500/316;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(20px 20px 20px rgba(0, 12, 29, 0.15));
}

.ftcs {
  background-color: transparent;
  background-image: url(/assets/img/fcs.png);
  filter: drop-shadow(20px 20px 40px rgba(0, 12, 29, 0.05));
}

.hli,
.lif,
.hor,
.for {
  display: none;
}

.fhead {
  margin-bottom: 40px;
}

.heroform {
  padding-top: 20px;
}

.hamb {
  width: 32px;
  height: 32px;
  padding: 4px;
  box-sizing: border-box;
  float: right;
  position: relative;
  display: none;
}

.hamb svg path {
  fill: white;
}

.hamb:hover {
  cursor: pointer;
}

.mobmen {
  background: #00215b;
  z-index: 8;
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px;
  left: -100%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobmen.active {
  left: 0;
}

.mobmen a {
  text-decoration: none;
}

.mobmen div {
  position: relative;
  display: block;
  float: none;
}

.mobmen .toplinks {
  float: none;
  margin: 0;
  position: relative;
  display: block !important;
}

.mobmen .toplinks li {
  display: block;
  margin: 0;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 20px;
}

.mobmen .logbut {
  display: table;
  font-size: 18px;
  margin-top: 40px;
  padding: 5px 24px;
}

.hambc {
  position: absolute !important;
  top: 30px;
  right: 20px;
  width: 32px;
  height: 32px;
}

.hambc svg path {
  fill: white;
}

.foolinks {
  color: #2be074;
  font-size: 13px;
  padding-top: 10px;
}

.cookiecont {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background-color: #002080e8;
  color: white;
  padding: 30px 0 20px 0;
  display: none;
  backdrop-filter: blur(20px);
}

.cookgrid {
  display: grid;
  grid-template-columns: 160px calc(100% - 530px) 250px;
  grid-gap: 60px;
}

.cookhead {
  font-size: 24px;
  font-weight: 600;
}

.cooktest {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
}

.footlinks {
  list-style-type: none;
  color: #ccced2;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.footlinks a {
  text-decoration: none;
  line-height: 24px;
}

.footlinks a:hover {
  color: #2be074;
}

.fconthead {
  font-weight: 500;
  margin-bottom: 5px;
  color: #ccced2;
}

.optlogo {
  width: 192px;
  height: 39px;
  /* background: url(../img/cflogo.svg); */
  margin-bottom: 20px;
}

.optlogo svg *{
  fill: #fff;
  opacity: 0.8;
}

.optillogo {
  width: 80px;
  height: 25px;
  background: url(../img/optlogo.svg);
  opacity: 0.6;
  top: 3px;
  display: inline-block;
  position: relative;
  margin: 0 4px;
}

.optillogo:hover {
  opacity: 0.8;
}

.fgrid {
  color: #80868e;
}

.tncindent{
  box-sizing: border-box;
  padding-left: 25px;
}

.tncindent2{
  box-sizing: border-box;
  padding-left: 50px;
}

.hlc{
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 1em;
}

.hlogotxt{
  color: #fff;
  font-family: "Recursive", sans-serif;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}

.topbarg{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tlfg{
  display: flex;
  align-items: center;
  gap: 1em;
}

.fchead{
  font-weight: 350;
  font-family: "Recursive", sans-serif;
  color: #00215b;
  letter-spacing: -0.05em;
  line-height: 1.35em;
  max-width: 420px;
}

.fthead{
  font-weight: 500;
  font-family: "Recursive", sans-serif;
  color: #00215b;
  letter-spacing: -0.05em;
  line-height: 1.35em;
}

.fshead{
  max-width: 400px;
  display: block;
  line-height: 2em;
}

@media screen and (max-width: 1200px) {
  .ftimgs {
    width: 300px;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .s3i {
    min-height: 500px;
  }

  .sergrid > div {

  }

 
  #ftwo .sergrid > div {
      padding-top: 120px;
      padding-bottom: 120px;
  }

  .pdetgrid > div:first-child {
  }

  .s3t .sechead {
    margin-top: 50px;
  }
  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #00215b;
  }

  ::-webkit-scrollbar-thumb {
    background: #2be074;
  }
}

@media screen and (max-width: 960px) {
  .heroform {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    top: initial;
    max-width: 400px;
    width: 100%;
  }

  .cookgrid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .fcgrid {
    grid-gap: 60px;
  }

  .fcgrid > div {
    display: grid;
  }

  .aside {
    display: none;
  }

  .featgrid {
    grid-template-columns: 100%;
  }

  .regbut {
    margin: 0 auto;
    margin-top: 20px;
  }

  .faqgrid {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-gap: 30px;
  }

  .s3i,
  .s4i {
    min-height: 420px;
  }

  .htext {
    float: none;
    position: relative;
    top: initial;
    text-align: center;
    width: 100%;
    margin-top: 100px;
  }

  .sergrid {
    grid-template-columns: 100%;
    grid-row-gap: 30px;
  }

  .fthree {
    min-height: 75vw;
  }

  .sergrid > div:nth-child(1) {
    order: 2;
    margin-bottom: 80px;
  }
  .sergrid > div:nth-child(2) {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    position: relative;
    order: 1;
    margin-bottom: 30px;
  }
  .sergrid > div:nth-child(3) {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    position: relative;
    order: 3;
    margin-bottom: 30px;
  }
  .sergrid > div:nth-child(4) {
    order: 4;
    margin-bottom: 80px;
  }
  .sergrid > div:nth-child(5) {
    order: 6;
    margin-bottom: 80px;
  }
  .sergrid > div:nth-child(6) {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    position: relative;
    order: 5;
    margin-bottom: 30px;
  }
  .sergrid > div:nth-child(7) {
    margin: 0 auto;
    max-width: 560px;

    width: 100%;
    position: relative;
    order: 7;
    margin-bottom: 30px;
  }
  .sergrid > div:nth-child(8) {
    order: 8;
  }

}

@media screen and (max-width: 820px) {
  .fclist {
    grid-template-columns: 1fr;

}
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  .fgrid,
  .footlinks {
    text-align: center;
  }

  .optlogo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .ftimgs {
    width: 300px;
    position: relative;
    margin: 0 auto;
  }

  .fcgrid {
    grid-template-columns: 100%;
    grid-gap: 40px;
    text-align: center;
  }


  .fcgrid .ftimgs:not(.ftimgs2) {
    margin-top: 80px;
  }

  .fthead {
    font-size: 30px;
    padding-top: 30px;
  }

  .fhbut {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .fhero {
    height: auto;
    overflow: hidden;
  }

  .fhgrid {
    grid-template-columns: 100%;
    text-align: center;
  }

  .reggrid {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 21px;
  }

  .gsbleft {
    margin: 30px auto 0 auto;
  }

  .pdetgrid {
    grid-template-columns: 100%;
  }

  .psecgrid {
    grid-template-columns: 30% 30% 40%;
    grid-row-gap: 20px;
  }

  .pdetgrid {
    margin-top: 40px;
  }

  .pdetgrid > div:first-child > div {
    text-align: center;
  }

  .pdetlist {
    position: relative;
    margin: 0 auto;
  }

  .pdettxt {
    padding-top: 0;
  }

  .toplinks {
    display: none;
  }
  .faqgrid {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }

  .s3i,
  .s4i {
    min-height: 300px;
  }

  #features {
    overflow: hidden;
  }

  .bvdo {
    width: 100%;
  }

  .fform {
    grid-template-columns: 100%;
  }

  .fform input {
    margin-bottom: 0;
  }

  .lif {
    width: 100%;
    box-sizing: border-box;
  }

  .fgrid {
    grid-template-columns: 100%;
    grid-gap: 30px;
    margin-top: 50px;
  }

  .sechead {
    font-size: 24px;
    text-align: center;
  }

  .testi {
    text-align: center;
  }

  .startbut {
    margin: 0 auto;
    margin-top: 20px;
  }

  .expfbut {
    margin: 0 auto;
    margin-top: 20px;
    left: -24px;
  }

  .caption {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
  }

  .hstxt {
    font-size: 18px;
    display: none;
  }

  .topbar {
    padding-top: 20px;
  }

  .hlogo {
    height: 39px;
    background-repeat: no-repeat;
  }

  .logbut {
    top: 2px;
  }

  .htext {
    margin-top: calc(50svh - 240px);
  }

  .heroform {
    margin-top: 20px;
  }

  .heroform input {
    margin-bottom: 15px;
  }

  .hbut {
  }

  .fone,
  .fthree,
  .ftwo {
    box-sizing: border-box;
  }

  .ftwo {
    padding-right: 24px;
  }

  .fthree {
    padding-right: 0px;
  }

  .fone .ibg,
  .ftwo .ibg,
  .fthree .ibg {
    width: 228px;
    height: 150px;
  }

  .fone .ibg .oline,
  .ftwo .ibg .oline,
  .fthree .ibg .oline {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }

  .fone .timg {
    width: 228px;
    height: 150px;
    margin-top: 70px;
  }

  .ftwo .timg {
    width: 235px;
    height: 171px;
    left: -126px;
    margin-top: 50px;
  }

  .fthree .timg {
    width: 228px;
    height: 150px;
    margin-top: 70px;
  }

  .testgrid {
    grid-template-columns: 45% 55%;
  }

  .tpic {
    float: right;
  }

  .testi {
    font-size: 15px;
  }
  .fshead{
    margin: 1em auto;
  }
  .fclist{
    width: fit-content;
    margin: 0 auto;
  }
  .fclist > li {
    display: flex;
    margin: 0 auto;
}
}

@media screen and (max-width: 1024px) {
  .fhgrid {
    grid-template-columns: 100%;
  }
  .fhgrid > div {
    height: calc(40vh - 50px);
    position: relative;
  }
  .fthead {
    padding-top: 15vh;
  }
  .fthero {
    float: right;
    top: 0;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .fhgrid > div {
    height: calc(40vh - 50px);
  }
  .fthead {
    padding-top: 10vh;
  }

  .fthero {
    float: right;
    position: relative;
    right: -172px;
    bottom: 140px;
    width: 600px;
    top: auto;
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .fthead {
    padding-top: 5vh;
  }

  .hamb {
    display: block;
  }

  .logbut {
    display: none;
  }

  .fhgrid > div {
    height: auto;
  }

  .fthero {
    width: 240px;
    height: 240px;
    position: relative;
    margin: 0 auto;
    bottom: 0;
    float: none;
    right: 0;
  }

  .fhbut {
    margin-top: 20px;
    z-index: 1;
  }

  .fcgrid > div:nth-child(2) {
    grid-row: 1;
  }
  .fcgrid > div:nth-child(6) {
    grid-row: 5;
  }
  .fcgrid > div:nth-child(10) {
    grid-row: 9;
  }
  .fcgrid > div:nth-child(14) {
    grid-row: 13;
  }
  .fcgrid > div:nth-child(18) {
    grid-row: 17;
  }
}

/* oooooooooooooooooooooooooooo ARTICLES ooooooooooooooooooooooooooooooo */

.ahead {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.ahead:after {
  width: 24px;
  height: 24px;
  background: #2be074;
  display: inline-block;
  content: "";
  margin-left: 8px;
  border-radius: 20px;
  background-image: url(/assets/img/sarr.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transition: all 0.3s ease-out;
}

.ahead a {
  text-decoration: none;
  color: inherit;
}

.ahead:hover:after {
  margin-left: 15px;
}

.asubs {
  margin-top: 10px;
  font-size: 12px;
  color: #80868e;
  font-weight: 600;
}

.aindex {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 54px calc(100% - 84px);
  grid-gap: 30px;
}

.tar {
  background-size: cover;
}

.tar1 {
  background-image: url(../img/ar1.jpg);
}
.tar2 {
  background-image: url(../img/ar2.jpg);
}
.tar3 {
  background-image: url(../img/ar3.jpg);
}
.aby {
  font-weight: 400;
}

.aindex > div:first-child {
  width: 54px;
  height: 54px;
  background-color: #f4f7f9;
}

element.style {
}
.imgone {
  background-image: url(one.jpg);
}
.img {
  width: 400px;
  height: 250px;
  background-color: #f4f7f9;
  margin-left: 20px;
  float: right;
  background-size: cover;
  background-position: center;
}
.artspacer {
  height: 10px;
}

.artsubh {
  color: #00215b;
  font-weight: 600;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.arin {
  line-height: 32px;
}

.innerhead {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  color: #00215b;
  letter-spacing: -0.05em;
}

.artbcr {
  font-size: 14px;
  line-height: 24px;
  background-color: #f4f7f9;
  padding: 6px 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  user-select: none;
}

.artbcr a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.subarr {
  width: 24px;
  height: 24px;
  color: #f4f7f9;
  border-radius: 20px;
  margin: 0 0px;
  display: inline-block;
  background-image: url(/assets/img/sarr.svg);
  background-size: 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
}


