@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Secular+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  /* --main-font-family: 'Open Sans', sans-serif; */
  --main-font-family: "Ubuntu";
  /* --heading-font-family: 'Playfair Display', serif; */
  /* --heading-font-family: 'Montserrat', sans-serif; */
  --heading-font-family: "Ubuntu", sans-serif;
  --main-color: #0759ad;
  --color-blue-2: #30adef;
  --bg-color: #d8dfe3;
  --bg-color-2: #f6f5f5;
  --bg-textarea: rgba(13, 110, 253, 0.25);
  --bg-textare: #eef7ff;
  --link-blue-2: #0a58ca;
  --link-blue-3: #041b45;
  --link-blue: #0e2e67;
  --main-blue: #004778;
  --optional-color: #2e3ab8;
  --white-color: #ffffff;
  --black-color: #020202;
  --color-gray: #6b7c8f;
  --color-yellow: #ffc107;
  --color-green: #2a852e;
  --color-green-2: #1f9324;
  --color-green-4: #32d939;
  --color-green-3: var(--color-green-3);
  --color-red: #d5182a;
  --color-border: #e1e1e1;
  --color-omicrom: #62381b;
  --color-omicrom-2: #8d5e18;
  --color-omicrom-3: #3d1f09;
  --color-noise: #212529;
  --paragraph-color: #484847;
  --font-size: clamp(11px, 1vw, 14px);
  --transition: 0.4s;
  --green-color: #166534;
  --green-color-01: #e8f5e9;
  --green-color-02: #1f9324;
  --green-color-03: #27ae60;
  --green-color-04: #2a852e;
  --main-color-04: #d42a0410;
  --orange-color: #d42b04;
  --font-size: 16px;
  --transition: 0.4s;
  --main-birdy: #000f30;
  --main-birdy-2: #26b0ff;
  --main-gray: #dde1e2;
}

* {
  font-family: var(--main-font-family);
}

a {
  color: var(--link-blue);
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
}

p {
  word-break: break-all;
}

body {
  background-color: var(--bg-color);
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
body section.new-section-hero {
  width: 100%;
  background-color: var(--white-color);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0px;
}
body section.new-section-hero .container-fluid {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body section.new-section-hero .content-hero-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(225, 187, 122, 0.5882352941);
}
body section.new-section-hero .content-hero-bottom .content-buttom-left-hero {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 1.5%;
  gap: 12px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-left-hero a.hero-phone,
body section.new-section-hero .content-hero-bottom .content-buttom-left-hero a.hero-email {
  width: 100%;
  position: relative;
  font-size: clamp(25px, 4.2vw, 40px);
  line-height: clamp(22px, 3vw, 65px);
  font-family: var(--main-font-family);
  font-weight: 900;
  transition: 0.5s;
  color: #333;
}
body section.new-section-hero .content-hero-bottom .content-buttom-left-hero a.hero-phone .icon-hero,
body section.new-section-hero .content-hero-bottom .content-buttom-left-hero a.hero-email .icon-hero {
  margin-right: 7px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-left-hero a.hero-phone {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-left-hero a.hero-email {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2% 1.5%;
  gap: 8px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero,
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero {
  width: 48%;
  height: 130px;
  border-radius: 30px;
  overflow: hidden;
  flex: 1;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #00112f;
  background-size: cover;
  background-position: center;
  padding: 1.4% 2.5%;
  max-width: 410px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero h2 {
  width: 100%;
  color: var(--white-color);
  font-size: clamp(25px, 4.2vw, 35px);
  font-weight: 800;
  margin-bottom: 0;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero span {
  width: 100%;
  color: var(--white-color);
  font-size: clamp(15px, 3.2vw, 20px);
  font-weight: 400;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero p {
  width: 100%;
  color: var(--white-color);
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 4px;
  margin-top: 5px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  padding: 1.4% 2.5%;
  max-width: 410px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero img {
  width: auto;
  height: 7vw;
  max-height: 100px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--link-blue);
  margin-right: 15px;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero span.icon i {
  font-size: 3.5rem;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero .txt-grp {
  width: 100%;
  text-transform: capitalize;
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero .txt-grp h2 {
  font-weight: 800;
  color: var(--link-blue);
}
body section.new-section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero .txt-grp p {
  width: 100%;
}
body section.section-hero {
  width: 100%;
  height: 99vh;
  min-height: 880px;
  background-color: #001e33;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0px;
  padding-top: 80px;
}
body section.section-hero .container-fluid {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
body section.section-hero .container-fluid .hero-detailss {
  width: 550px;
  height: 85vh;
  min-height: 675px;
  margin-left: 15px;
  background-color: rgba(0, 39, 100, 0.6588235294);
  background: linear-gradient(140deg, rgba(0, 15, 48, 0.92), rgba(0, 39, 100, 0.89));
  padding: 20px;
  border-radius: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
body section.section-hero .container-fluid .hero-detailss .head-hero-detailss {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body section.section-hero .container-fluid .hero-detailss .body-hero-details {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body section.section-hero .container-fluid .hero-detailss .body-hero-details h1.title-hero {
  width: 100%;
  font-weight: 800;
}
body section.section-hero .container-fluid .hero-detailss .body-hero-details h1.title-hero .title-part-1 {
  font-size: clamp(18px, 2vw, 30px);
}
body section.section-hero .container-fluid .hero-detailss .body-hero-details h1.title-hero .title-part-2 {
  position: relative;
  font-size: clamp(20px, 4.5vw, 60px);
  line-height: clamp(20px, 2.5vw, 52px);
}
body section.section-hero .container-fluid .hero-detailss .body-hero-details h1.title-hero .title-part-2 sup.top-v3 {
  width: 43px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--color-green-2);
  font-size: clamp(15px, 1.5vw, 25px);
  color: var(--white-color);
  margin-top: -10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -50px;
  top: 0;
}
body section.section-hero .container-fluid .hero-detailss .body-hero-details h1.title-hero .title-part-3 {
  font-size: clamp(18px, 2vw, 30px);
}
body section.section-hero .container-fluid .hero-detailss .body-hero-details p.hero-paragraph {
  width: 100%;
  text-align: left;
  color: var(--white-color);
  font-size: clamp(15.2px, 1.5vw, 17px);
  word-break: break-word;
  font-weight: 500;
  border-top: 0px solid var(--white-color);
  padding-top: 12px;
  margin-top: 7px;
  padding-bottom: 12px;
  border-bottom: 0px solid var(--white-color);
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: rgba(0, 15, 48, 0.92);
  border-radius: 15px;
  margin-top: 2vh;
  padding: 12px;
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero .title-get-request {
  width: 100%;
  text-align: left;
  font-size: clamp(14.2px, 1.5vw, 17px);
  line-height: clamp(14.2px, 1.5vw, 20px);
  margin-bottom: 7px;
  font-weight: 900;
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero p {
  width: 100%;
  font-weight: 500;
  text-align: left;
  font-size: clamp(12.2px, 1.5vw, 13px);
  line-height: clamp(15.2px, 2.5vw, 16px);
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero .top-content-btons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 5px;
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero .top-content-btons i {
  margin-right: 5px;
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero .hero-get-request {
  width: 100%;
  background-color: #444444;
  padding: 10px 15px;
  border-radius: 7px;
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero .hero-get-request a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-green-4);
  font-size: clamp(12.2px, 1.5vw, 13px);
  line-height: clamp(12.2px, 1.5vw, 13px);
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero button {
  background: var(--main-color);
  color: var(--white-color);
  border: none;
  border-radius: 3px;
  padding: 4px 10px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 0.92rem;
  margin-left: 15px;
  transition: background 0.2s;
}
body section.section-hero .container-fluid .hero-detailss .content-GET-request-hero span {
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--white-color);
  background-color: var(--color-green-2);
  margin-right: 10px;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  bottom: 20px;
  width: 94%;
  gap: 15px;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .payment-img {
  width: 50%;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .payment-img img {
  width: 100%;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 10px;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .icon-container {
  margin-right: 7pxs;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .footer-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 8px;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .footer-text p,
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .footer-text h2,
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .footer-text span {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .footer-text span,
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .footer-text p {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 17px;
}
body section.section-hero .container-fluid .hero-detailss .footer-hero-detailss .content-daily-stats .footer-text h2 {
  font-size: clamp(15px, 2vw, 18px);
  line-height: clamp(15px, 2vw, 20px);
  font-weight: 400;
}
body section.section-hero .content-hero-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section.section-hero .content-hero-bottom .content-buttom-left-hero {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
body section.section-hero .content-hero-bottom .content-buttom-left-hero span.itm {
  margin-right: 15px;
  border-radius: 17px;
  color: var(--white-color);
  font-weight: 400;
  background-color: var(--color-green-2);
  display: flex;
  align-items: center;
  padding: 0.5vw 0.5vw;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: clamp(22px, 1.5vw, 30px);
}
body section.section-hero .content-hero-bottom .content-buttom-left-hero span.itm i {
  font-size: 1.4rem;
  margin-right: 5px;
}
body section.section-hero .content-hero-bottom .content-buttom-left-hero span.sep-item {
  display: none;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: clamp(22px, 1.5vw, 30px);
  line-height: 1.5rem;
  padding: 0 7px;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2% 1.5%;
  gap: 8px;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero,
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero {
  width: 48%;
  height: 130px;
  border-radius: 30px;
  overflow: hidden;
  flex: 1;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #00112f;
  background-size: cover;
  background-position: center;
  padding: 1.4% 2.5%;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero h2 {
  width: 100%;
  color: var(--white-color);
  font-size: clamp(25px, 4.2vw, 35px);
  font-weight: 800;
  margin-bottom: 0;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero span {
  width: 100%;
  color: var(--white-color);
  font-size: clamp(15px, 3.2vw, 20px);
  font-weight: 400;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-01-right-hero p {
  width: 100%;
  color: var(--white-color);
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 4px;
  margin-top: 5px;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  padding: 1.4% 2.5%;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero img {
  max-height: 100px;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--link-blue);
  margin-right: 15px;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero span.icon i {
  font-size: 3.5rem;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero .txt-grp {
  width: 100%;
  text-transform: capitalize;
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero .txt-grp h2 {
  font-weight: 800;
  color: var(--link-blue);
}
body section.section-hero .content-hero-bottom .content-buttom-right-hero .block-02-right-hero .txt-grp p {
  width: 100%;
}
body section.section-live-GET-request-home {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0vw 4%;
}
body section.section-live-GET-request-home .home-json-object-result-view {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
body section.section-live-GET-request-home .home-json-object-result-view .left-content-result-view {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-view {
  width: 100%;
  column-count: 2;
  min-height: 20vh;
  gap: 15px;
  /* ===== Start Article view code ===== */
  /* Masonry Items */
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-view .masonry-item-custom-01 {
  break-inside: avoid;
  border-radius: 16px;
  box-shadow: var(--shadow-light);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px !important;
  background-color: var(--white-color);
  transition: all 0.3s ease;
  margin-bottom: 15px;
  overflow: hidden;
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-view .masonry-item-custom-01 .content-image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-view .masonry-item-custom-01 .content-image a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-view .masonry-item-custom-01 .content-image a img {
  display: flex;
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-view .masonry-item-custom-01 .content-image img {
  width: 100%;
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-view {
  /* ===== End Article view code ===== */
}
body section.section-live-GET-request-home .home-json-object-result-view .content-result-JSON {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body section.section-live-GET-request-home {
  /* ===================================================== */
  /* ============== START JSON FORMATATION =============== */
  /* ===================================================== */
}
body section.section-live-GET-request-home .code-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #50fa7b;
  padding: 0px;
  border-radius: 8px;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 14px;
  line-height: 11.1px;
  white-space: pre-wrap;
  word-wrap: break-word;
  position: relative;
  overflow: auto;
}
body section.section-live-GET-request-home .code-block .code-container {
  border: 1px solid #444;
  background-color: #282c34;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  overflow-x: auto;
}
body section.section-live-GET-request-home .json-key {
  color: #e06c75;
}
body section.section-live-GET-request-home .json-string {
  color: #98c379;
}
body section.section-live-GET-request-home .json-number {
  color: #d19a66;
}
body section.section-live-GET-request-home .json-boolean {
  color: #56b6c2;
}
body section.section-live-GET-request-home .json-null {
  color: #e5c07b;
}
body section.section-live-GET-request-home .json-bracket {
  color: #abb2bf;
}
body section.section-live-GET-request-home {
  /* Line numbers style */
}
body section.section-live-GET-request-home .code-container {
  display: flex;
  background-color: #282c34;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #444;
}
body section.section-live-GET-request-home .line-numbers {
  background-color: #21252b;
  color: #636d83;
  padding: 20px 15px 20px 15px;
  text-align: right;
  font-size: 14px;
  line-height: 11.1px;
  user-select: none;
  border-right: 1px solid #444;
}
body section.section-live-GET-request-home .line-number {
  display: block;
}
body section.section-live-GET-request-home .code-content {
  flex: 1;
  padding: 20px;
  overflow-x: auto;
  white-space: nowrap;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 14px;
  line-height: 1.5;
}
body section.section-live-GET-request-home {
  /* Copy button styling */
}
body section.section-live-GET-request-home .copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #3a3f4b;
  color: #abb2bf;
  border: 1px solid #444;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s;
}
body section.section-live-GET-request-home .copy-btn:hover {
  background: #4b5262;
  color: #fff;
}
body section.section-live-GET-request-home {
  /* Tooltip for copy button */
}
body section.section-live-GET-request-home .copy-tooltip {
  position: absolute;
  top: -30px;
  right: 0;
  background: #98c379;
  color: #282c34;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  opacity: 0;
  transition: opacity 0.3s;
}
body section.section-live-GET-request-home .copy-btn.copied .copy-tooltip {
  opacity: 1;
}
body section.section-live-GET-request-home {
  /* ================================================ */
  /* =========== END JSON FORMATATION =============== */
  /* ================================================ */
  /*=========== STATY SECTION 02 RESULT HOME PAGE =========*/
  /* Masonry Content */
}
body section.section-live-GET-request-home .masonry-content {
  padding: 10px;
}
body section.section-live-GET-request-home .masonry-title {
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--secondary-color);
  font-size: clamp(13.2px, 1.5vw, 17px);
  line-height: clamp(15px, 1.8vw, 20px);
}
body section.section-live-GET-request-home .masonry-title a {
  color: var(--black-color) !important;
}
body section.section-live-GET-request-home summary,
body section.section-live-GET-request-home .masonry-text {
  width: 100%;
  text-align: left;
  list-style: none;
  font-size: clamp(12px, 1.2vw, 13.5px);
  line-height: clamp(14px, 1.5vw, 18px);
  color: var(--color-gray);
  margin-bottom: 0.75rem;
}
body section.section-live-GET-request-home {
  /* Category Badges */
}
body section.section-live-GET-request-home .category-badge {
  display: inline-block;
  padding: 0;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: #555;
}
body section.section-live-GET-request-home .content-options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section.section-live-GET-request-home .content-options a {
  display: none;
}
body section.section-live-GET-request-home .content-options ul.dropdown-sendas-news {
  width: 100%;
  min-width: 190px;
  overflow: hidden;
}
body section.section-live-GET-request-home .content-options ul.dropdown-sendas-news li {
  width: 100%;
}
body section.section-live-GET-request-home .content-options ul.dropdown-sendas-news li .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body section.section-live-GET-request-home .content-options ul.dropdown-sendas-news li .dropdown-item i {
  margin-right: 4px;
}
body section.section-live-GET-request-home .content-options .category-badge {
  display: inline-block;
}
body section.section-live-GET-request-home .content-options .link-category {
  display: flex;
  padding: 0.3rem 0.7rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  background-color: var(--main-color-04);
  color: var(--orange-color);
}
body section.section-live-GET-request-home .content-save-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-live-GET-request-home .content-save-btn button.btn-save-post {
  border: 0;
  color: var(--white-color);
  background-color: var(--green-color-04);
  border-radius: 7px;
  padding: 0;
  transition: 0.5s;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
body section.section-live-GET-request-home .content-save-btn button.btn-save-post i {
  font-size: 1.3rem;
  transition: 0.5s;
}
body section.section-live-GET-request-home .content-save-btn button.btn-save-post:hover {
  transition: 0.5s;
}
body section.section-live-GET-request-home .content-save-btn button.btn-save-post:hover i {
  font-size: 1.5rem;
  transition: 0.5s;
}
body section.section-live-GET-request-home .content-save-btn .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-live-GET-request-home .content-save-btn .btn-group .btn-link-sendas-news {
  color: var(--color-gray);
  background-color: transparent !important;
  padding: 7px 12px;
  cursor: pointer;
}
body section.section-live-GET-request-home .content-save-btn .btn-group .btn-link-sendas-news:focus, body section.section-live-GET-request-home .content-save-btn .btn-group .btn-link-sendas-news:focus-visible, body section.section-live-GET-request-home .content-save-btn .btn-group .btn-link-sendas-news:active {
  border: 0;
}
body section.section-live-GET-request-home .content-save-btn .btn-group .btn-link-sendas-news::after {
  display: none !important;
}
body section.section-live-GET-request-home .content-save-btn .btn-group ul.dropdown-sendas-news {
  border: 0px;
  box-shadow: 0px 3px 12px 4px #ccc;
  border-radius: 12px;
}
body section.section-live-GET-request-home .content-save-btn .btn-group ul.dropdown-sendas-news li a {
  font-size: 13px;
  color: var(--color-gray);
  transition: 0.5s;
}
body section.section-live-GET-request-home .content-save-btn .btn-group ul.dropdown-sendas-news li a i {
  color: var(--color-gray);
  transition: 0.5s;
}
body section.section-live-GET-request-home .content-save-btn .btn-group ul.dropdown-sendas-news li a:hover {
  color: var(--main-color);
  transition: 0.5s;
}
body section.section-live-GET-request-home .content-save-btn .btn-group ul.dropdown-sendas-news li a:hover i {
  color: var(--color-gray);
  transition: 0.5s;
}
body section.section-live-GET-request-home {
  /* User reaction */
}
body section.section-live-GET-request-home div.content-users-reactions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  /* border: 1px solid #ccc; */
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction {
  padding: 7px 8px;
  border-radius: 12px;
  background-color: var(--green-color-01);
  font-weight: 300;
  height: 35px;
  width: 88px;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction .stats-reaction {
  color: var(--green-color-02);
  font-size: 13px;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  margin: 0;
  margin-left: 7px;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction svg {
  width: 30px;
  height: 20px;
  margin: 0px;
  padding: 0;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction i {
  font-size: 1.4rem;
  transition: 0.5s;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction span {
  font-size: 17px;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction:hover {
  transition: 0.5s;
}
body section.section-live-GET-request-home div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction:hover i {
  font-size: 1.6rem;
  transition: 0.5s;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction {
  padding: 7px 8px;
  border-radius: 12px;
  background-color: var(--main-color-04);
  font-weight: 300;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction .content-btn-reaction {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction .content-btn-reaction .stats-reaction {
  color: var(--orange-color);
  font-size: 13px;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction .content-btn-reaction .stats-reaction span {
  font-size: 14px;
  color: var(--black-color);
  margin-left: 7px;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  margin: 0;
  margin-left: 7px;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction svg {
  width: 30px;
  height: 20px;
  margin: 0px;
  padding: 0;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction i {
  color: var(--orange-color);
  font-size: 1.4rem;
  margin-right: 7px;
}
body section.section-live-GET-request-home div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction span {
  font-size: 17px;
}
body section.section-live-GET-request-home {
  /* User Info */
}
body section.section-live-GET-request-home .user-info {
  display: flex;
  align-items: center;
  margin-top: 0rem;
  padding-top: 0rem;
  border-top: 1px solid var(--border-color);
  justify-content: space-between;
  flex-direction: column;
}
body section.section-live-GET-request-home .user-info .author {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
}
body section.section-live-GET-request-home .user-info .author i {
  margin-right: 5px;
}
body section.section-live-GET-request-home .user-info .author a {
  color: var(--color-noise);
  cursor: pointer;
}
body section.section-live-GET-request-home .user-info .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
}
body section.section-live-GET-request-home .user-info .user-avatar i {
  margin-right: 5px;
}
body section.section-live-GET-request-home .user-info .date-published {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
  color: #555;
  font-weight: 500;
}
body section.section-live-GET-request-home .user-info .date-published i {
  margin-right: 5px;
}
body section.section-live-GET-request-home .code-container {
  background-color: #2d2d2d;
  border-radius: 8px;
  margin: 0px 0;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
body section.section-live-GET-request-home .language-label {
  background-color: #3d3d3d;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #444;
}
body section.section-live-GET-request-home code {
  display: block;
  padding: 7px 7px;
  color: #50fa7b;
  font-family: "Consolas", "Monaco", monospace;
  background-color: #444444;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 7px;
  white-space: pre-line;
  overflow-x: auto;
  border-top: 0px solid #444444;
}
body section.section-live-GET-request-home {
  /*=========== END SECTION 02 RESULT HOME PAGE =========*/
}
body section.section-page-hero {
  width: 100%;
  height: 15vw;
  max-height: 280px;
  min-height: 280px;
  background-color: #f2f2f2;
  margin-top: 65px;
}
body section.section-page-hero .container-fluid {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1750px;
  padding: 0px !important;
}
body section.section-page-hero .container-fluid .right-hero {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("/assets/imgs/section_3_img_2.png");
}
body section.section-page-hero .container-fluid .right-hero.home-bg {
  width: 50%;
  height: 22vw;
  min-height: 280px;
  max-height: 100%;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position-x: right;
}
body section.section-2-home {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  padding: 6vw 15px;
}
body section.section-2-home .container-fluid {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body section.section-2-home .container-fluid .row {
  width: 100%;
}
body section.section-2-home .container-fluid .row .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body section.section-2-home .container-fluid .row .col-lg-4 h3 {
  font-size: 1.52rem;
  margin-bottom: 15px;
}
body section.section-2-home .container-fluid .row .col-lg-4 p {
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: clamp(22px, 1.5vw, 30px);
}
body section.section-2-home .container-fluid .row .col-lg-4 a.btn-link {
  font-size: 1.1rem;
  text-decoration: none;
}
body section.section-footer {
  width: 100%;
  background-color: #001e33;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
body section.section-footer .container-fluid {
  width: 100%;
  flex-direction: column;
  padding: 0 0px !important;
  margin-bottom: 0;
}
body section.section-footer .container-fluid .container {
  max-width: 98%;
}
body section.section-footer .container-fluid .container .ul-block-footer {
  width: 25%;
}
body section.section-footer .container-fluid h5 {
  color: var(--white-color);
}
body section.section-footer .container-fluid ul.nav {
  padding-left: 10px;
}
body section.section-footer .container-fluid ul.nav li.nav-item a.nav-link {
  font-weight: 400;
  color: var(--white-color);
  font-size: 14px;
  transition: 0.5s;
}
body section.section-footer .container-fluid ul.nav li.nav-item a.nav-link:hover {
  color: var(--color-green-2);
  transition: 0.5s;
}
body section.section-footer .container-fluid ul.nav li.nav-item a.nav-link img.payment-methode {
  min-width: 200px;
  max-width: 310px;
  width: 22vw;
}
body section.section-footer .container-fluid ul.nav li.nav-item a.nav-button-blue-footer {
  width: 180px;
  display: flex;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  padding: 10px 15px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
body section.section-footer .container-fluid ul.nav li.nav-item a.nav-button-blue-footer i {
  margin-right: 15px;
}
body section.section-footer .container-fluid ul.nav li.nav-item a.nav-button-blue-footer:hover {
  color: var(--color-green-2);
  border: 2px solid var(--color-green-2);
  transition: 0.5s;
}
body section.section-footer .container-fluid p {
  padding: 0;
  font-weight: 300;
  color: var(--white-color);
  font-size: 14px;
}
body section.section-footer .copyrights-area {
  width: 100%;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--link-blue-3);
  padding-bottom: 10px;
}
body section.section-footer .copyrights-area .container-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-footer .copyrights-area .container-fluid .row {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body section.section-footer .copyrights-area .container-fluid .row p {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0px;
}
body section.section-footer .copyrights-area .container-fluid .row a {
  width: auto;
  font-size: 0.98rem;
  color: var(--color-gray);
  transition: 0.5s;
}
body section.section-footer .copyrights-area .container-fluid .row a:hover {
  color: var(--color-green-2);
  transition: 0.5s;
}
body section.section-footer .copyrights-area a {
  transition: 0.5s;
}
body section.section-footer .copyrights-area a:hover {
  color: var(--color-green-2);
  transition: 0.5s;
}
body section.section-footer p.cookies-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0px;
  font-weight: 400;
}
body section.our-functions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--white-color);
  border-top: 0px solid var(--color-border);
  flex-direction: column;
  padding-bottom: 0;
}
body section.our-functions .container-fluid {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px !important;
}
body section.our-functions .container-fluid .row.featurette {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.our-functions .container-fluid .row.featurette .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.our-functions .container-fluid .row.featurette.part-1 .container {
  max-width: 1725px;
}
body section.our-functions .container-fluid .row.featurette .left-featurette {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.our-functions .container-fluid .row.featurette .left-featurette img {
  width: 100%;
  max-width: 560px;
}
body section.our-functions .container-fluid .row.featurette .right-featurette {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body section.our-functions .container-fluid .row.featurette .right-featurette .featurette-heading {
  font-size: clamp(24px, 5.2vw, 35px);
  margin-bottom: 1rem;
}
body section.our-functions .container-fluid .row.featurette .right-featurette ul.list-featurette {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  list-style-type: none;
  list-style: none;
}
body section.our-functions .container-fluid .row.featurette .right-featurette ul.list-featurette li.item {
  width: 100%;
  padding: 5px 0;
  font-size: clamp(15px, 3.2vw, 20px);
}
body section.our-functions .container-fluid .row.featurette .right-featurette ul.list-featurette li.item span {
  font-weight: 800;
  color: var(--main-blue);
  margin-right: 5px;
}
body section.our-functions .container-fluid .row.featurette .right-featurette .content-paragraph {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  list-style-type: none;
  list-style: none;
  padding-left: 0.2rem;
}
body section.our-functions .container-fluid .row.featurette .right-featurette .content-paragraph p.lead {
  font-size: clamp(14px, 2.65vw, 17px) !important;
  line-height: clamp(25px, 4.65vw, 31px) !important;
}
body section.our-functions .container-fluid .row.featurette .btn-button-blue {
  padding: 15px 25px;
  border-radius: 3px;
  color: var(--white-color);
  background-color: var(--link-blue);
  border: 1px solid #0a58ca;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: clamp(22px, 1.5vw, 30px);
  transition: 0.5s;
}
body section.our-functions .container-fluid .row.featurette .btn-button-blue:hover {
  color: var(--white-color);
  background-color: var(--main-blue);
  transition: 0.5s;
}
body section.our-functions .container-fluid .row.featurette .btn-button-green {
  padding: 15px 25px;
  border-radius: 3px;
  color: var(--white-color);
  background-color: #05996f;
  border: 1px solid #05996f;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: clamp(22px, 1.5vw, 30px);
  transition: 0.5s;
}
body section.our-functions .container-fluid .row.featurette .btn-button-green:hover {
  color: var(--white-color);
  background-color: #005a41;
  transition: 0.5s;
}
body section.our-functions .container-fluid .row.featurette.part-2 {
  background: rgba(13, 110, 253, 0.25);
}
body section.our-functions .container-fluid .row.featurette.part-2 .container {
  max-width: 1725px;
}
body section.our-functions .container-fluid .row.featurette.part-2 .featurette-heading {
  font-size: clamp(25px, 4.2vw, 35px);
  margin-bottom: 2rem;
  font-weight: 800 !important;
}
body section.our-functions.section-03 h1 {
  width: 100%;
  text-align: center;
  color: var(--color-omicrom-3);
}
body section.our-functions.section-03 .paragraph-text {
  color: var(--color-omicrom);
}
body section.our-functions.section-03 .container-fluid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 {
  width: 100%;
  margin-top: 25px;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*
  .left-featurette {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

    .featurette-heading {
      font-size: clamp(24px, 5.2vw, 35px);
      margin-bottom: 1rem;
    }

    ul.list-featurette {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      list-style-type: none;
      list-style: none;
      li.item {
        width: 100%;
        padding: 5px 0;
        font-size: clamp(15px, 3.2vw, 20px);
        span {
          font-weight: 800;
          color: var(--main-blue);
          margin-right: 5px;
        }
      }
    }

    .content-paragraph {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      list-style-type: none;
      list-style: none;
      padding-left: 0.2rem;
      p.lead {
        font-size: clamp(14px, 2.65vw, 17px) !important;
        line-height: clamp(25px, 4.65vw, 31px) !important;
      }
    }
  }
  */
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .middle-section {
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 365px;
  height: 100%;
  padding: 15px 20px;
  width: 20%;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .middle-section .content-img {
  margin-bottom: 15px;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .middle-section .content-img img {
  width: 20vw;
  height: 100%;
  max-width: 305px;
  min-width: 210px;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette {
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 25px;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette .featurette-heading,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette .featurette-heading {
  font-size: clamp(24px, 5.2vw, 35px);
  margin-bottom: 1rem;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette ul.list-featurette,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette ul.list-featurette {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  list-style-type: none;
  list-style: none;
  padding: 0;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette ul.list-featurette li.item,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette ul.list-featurette li.item {
  width: 100%;
  padding: 5px 0;
  font-weight: 800;
  color: var(--color-omicrom-3);
  font-size: clamp(15px, 3.2vw, 20px);
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette ul.list-featurette li.item span,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette ul.list-featurette li.item span {
  font-weight: 800;
  color: var(--main-blue);
  margin-right: 5px;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette ul.list-featurette li.item ul.sub-list-featurette,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette ul.list-featurette li.item ul.sub-list-featurette {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  list-style: none;
  list-style-type: none;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette ul.list-featurette li.item ul.sub-list-featurette li.sub-li,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette ul.list-featurette li.item ul.sub-list-featurette li.sub-li {
  width: 100%;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette ul.list-featurette li.item ul.sub-list-featurette li.sub-li p.p-info,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette ul.list-featurette li.item ul.sub-list-featurette li.sub-li p.p-info {
  width: 100%;
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 17px);
  color: var(--color-omicrom);
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette .content-paragraph,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette .content-paragraph {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  list-style-type: none;
  list-style: none;
  padding-left: 0.2rem;
}
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .left-featurette .content-paragraph p.lead,
body section.our-functions.section-03 .container-fluid .row.featurette.part-1 .container .right-featurette .content-paragraph p.lead {
  font-size: clamp(14px, 2.65vw, 17px) !important;
  line-height: clamp(25px, 4.65vw, 31px) !important;
}
body section.packageSec {
  width: 100%;
  max-width: 100%;
  padding: 20px 0 50px;
  background-color: rgba(225, 187, 122, 0.5882352941);
}
body section.packageSec .container-fluid {
  width: 100%;
  max-width: 1750px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px !important;
  gap: 15px;
}
body section.packageSec .col-box-price {
  width: 24%;
  min-width: 210px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
}
body section.packageSec .tab-content {
  padding-top: 30px;
}
body section.packageSec .tab-content.active {
  display: block;
}
body section.packageSec .packMainWrap {
  width: 100%;
  max-width: 100%;
  padding: 25px 20px 15px;
  border: 0px solid #e7e7e7;
  border-radius: 12px;
  margin-bottom: 25px;
  transition: all 0.4s ease-In-Out;
}
body section.packageSec .packMainWrap .head {
  display: flex;
  justify-content: space-between;
}
body section.packageSec .packMainWrap .head .namePlate {
  display: flex;
  align-items: center;
  border-right: 2px solid #ccc;
  width: 78%;
}
body section.packageSec .packMainWrap .head .namePlate .imgSide {
  width: 4.3vw;
  min-width: 32px;
  max-width: 40px;
  margin-right: 5px;
}
body section.packageSec .packMainWrap .head .namePlate .imgSide img {
  width: 3.5vw;
  height: 3.5vw;
  max-width: 40px;
  max-height: 40px;
  min-width: 20px;
  min-height: 20px;
}
body section.packageSec .packMainWrap .head .namePlate .nametag {
  padding: 0 8px;
}
body section.packageSec .packMainWrap .head .namePlate .nametag h2 {
  transition: all 0.4s ease-In-out;
  font-size: clamp(12px, 2vw, 22px);
  color: #0e2e67;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
body section.packageSec .packMainWrap .head .namePlate .nametag h3 {
  min-height: 35px;
  font-size: clamp(11px, 1vw, 14px);
  color: #74858d;
  margin: 0;
  font-weight: 500;
  margin-top: 10px;
}
body section.packageSec .packMainWrap .head .priceTag {
  padding-left: 8px;
}
body section.packageSec .packMainWrap .head .priceTag p {
  display: none;
  font-size: clamp(11px, 1vw, 14px);
  color: #999;
  margin: 0;
  font-weight: 900;
}
body section.packageSec .packMainWrap .head .priceTag h4 {
  min-width: 125px;
  transition: all 0.4s ease-In-out;
  font-size: clamp(14px, 2vw, 28px);
  color: #0e2e67;
  font-weight: 900;
  margin: 0;
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
body section.packageSec .packMainWrap .head .priceTag h4 span {
  font-size: 12px;
  font-weight: 800;
}
body section.packageSec .packMainWrap .pricing-table .scroll {
  height: 200px;
  overflow-y: scroll;
  margin: 30px 0;
}
body section.packageSec .packMainWrap ul.feature {
  margin: 0;
  border-bottom: 0;
  list-style-type: none;
  min-height: 270px;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}
body section.packageSec .packMainWrap ul.feature.top-lines {
  height: auto;
  margin-top: 10px;
  min-height: auto;
  overflow: unset;
}
body section.packageSec .packMainWrap ul.feature li {
  position: relative;
  font-size: 14px;
  color: #343434;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 17px;
}
body section.packageSec .packMainWrap ul.feature li i {
  color: var(--color-green-2);
  margin-right: 8px;
}
body section.packageSec .packMainWrap ul.feature li i.red {
  color: var(--color-red);
}
body section.packageSec .packMainWrap ul.feature li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #c78a42;
  width: 3px;
  transition: 0.3s all ease-in-Out;
}
body section.packageSec .packMainWrap ul.feature li:after {
  content: "";
  left: 0;
  height: 0;
  top: 0;
  background-color: #19376d;
  width: 3px;
  transition: 0.3s all ease-in-Out;
  position: absolute;
  opacity: 0;
}
body section.packageSec .packMainWrap .btnPart {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
body section.packageSec .packMainWrap .orangeBtn {
  margin: 0;
  border-radius: 3px;
  background-color: #0e2e67;
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  color: #fff !important;
  border: 0 !important;
  font-weight: 500;
  margin-left: 5px;
  letter-spacing: 0.5px;
  width: 215px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition: all 0.4s ease-In-Out;
  padding: 0;
  display: block;
}
body section.packageSec .packMainWrap a,
body section.packageSec .packMainWrap .orangeBtn {
  margin: 0;
  border-radius: 3px;
  background-color: #0e2e67;
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  color: #fff !important;
  border: 0 !important;
  font-weight: 500;
  margin-left: 5px;
  letter-spacing: 0.5px;
  width: 215px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition: all 0.4s ease-In-Out;
  padding: 0;
  display: block;
}
body section.packageSec .packMainWrap a:hover, body section.packageSec .packMainWrap a.active,
body section.packageSec .packMainWrap .orangeBtn:hover,
body section.packageSec .packMainWrap .orangeBtn.active {
  background-color: var(--main-blue);
  transition: all 0.4s ease-In-Out;
}

body.pricing {
  background-color: #f2f2f2;
}
body.pricing section.section-page-hero {
  margin-top: 105px;
}

section.notification-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--link-blue);
  border: 1px solid var(--link-blue-3);
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px !important;
  margin-left: 0.5%;
  margin-right: 0.5%;
  padding: 5px;
}
section.notification-top .container-fluid {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  max-width: 100%;
  padding: 0 15px !important;
}
section.notification-top .container-fluid span {
  width: 100%;
  font-size: 14px;
  color: var(--color-yellow);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
section.notification-top .container-fluid span i {
  font-size: 2.2rem;
  margin-right: 7px;
}
section.notification-top .container-fluid span p {
  color: #b9b6ae;
}
section.notification-top .container-fluid .link-complet-payment {
  border: 0;
  width: 150px;
  font-size: 0.9rem;
  line-height: 20px;
  font-weight: 800;
  padding: 8px 15px;
  border-radius: 4px;
  color: var(--black-color);
  background-color: var(--color-yellow);
  margin-left: 15px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.notification-top .container-fluid .link-complet-payment:hover {
  transition: 0.5s;
  background-color: var(--color-omicrom-2);
}
section.notification-top .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--white-color);
  position: relative;
  background: #fff;
  opacity: 1;
  transition: 0.5s;
}
section.notification-top .btn-close i {
  color: var(--link-blue);
  transition: 0.5s;
}
section.notification-top .btn-close:hover {
  background: var(--color-omicrom-3);
}
section.notification-top .btn-close:hover i {
  color: var(--white-color);
  transition: 0.5s;
}
section.notification-top .loading-botton {
  width: 150px;
  display: none;
  align-items: center;
  margin-right: 15px;
}
section.notification-top .loading-botton span {
  font-size: 13px;
  color: var(--white-color);
}

.note-box {
  width: 100%;
  border-radius: 7px;
  background-color: var(--main-birdy);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 15px;
}
.note-box p {
  color: var(--white-color) !important;
}
.note-box i {
  color: var(--main-birdy-2);
  font-size: 18px;
  margin-right: 7px;
  margin-top: 5px;
}

.flex-direction-column {
  flex-direction: column !important;
}

.message-urgent-redirection {
  display: none;
}

.rqst-number {
  border-radius: 4px;
  background-color: var(--link-blue);
  color: var(--white-color);
  padding: 5px 8px;
  line-height: 15px;
}

.text-light {
  color: var(--white-color);
}

.top-preview-GET-urls {
  width: 100%;
  padding: 15px;
  border-radius: 7px;
  background-color: var(--link-blue) !important;
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 12px;
}

.preview-GET-urls {
  width: 100%;
  padding: 15px;
  border-radius: 7px;
  background-color: var(--link-blue) !important;
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.bg-blue {
  background-color: rgba(13, 110, 253, 0.25) !important;
}

.bg-dark {
  background-color: rgb(37, 42, 47) !important;
}

.form-select,
input[type=text],
input[type=email],
input[type=password] {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: clamp(22px, 1.5vw, 30px);
  border-radius: 1px;
  border: 1px solid var(--color-border);
}
.form-select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.btn-button-green {
  font-size: clamp(15px, 1.1vw, 18px);
  padding: 0.99vw 1.59vw;
  border-radius: 20px;
  color: var(--white-color);
  background-color: var(--color-green-2);
  border: 1px solid var(--color-green-2);
  transition: 0.5s;
}
.btn-button-green:hover {
  color: var(--white-color);
  background-color: #005a41;
  transition: 0.5s;
}

.btn-button-blue {
  font-size: clamp(15px, 1.1vw, 18px);
  padding: 0.99vw 1.59vw;
  border-radius: 20px;
  color: var(--white-color);
  background-color: var(--link-blue);
  border: 1px solid var(--link-blue);
  transition: 0.5s;
}
.btn-button-blue:hover {
  color: var(--white-color);
  background-color: var(--link-blue-3);
  transition: 0.5s;
}

.btn-button-omicrom {
  width: auto;
  min-width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, 1.1vw, 18px);
  padding: 15px 15px;
  border-radius: 4px;
  color: var(--white-color);
  background-color: var(--color-omicrom);
  border: 1px solid var(--color-omicrom);
  transition: 0.5s;
}
.btn-button-omicrom:hover {
  color: var(--white-color);
  background-color: var(--color-omicrom-2);
  border: 1px solid var(--color-omicrom-2);
  transition: 0.5s;
}

.error-msg {
  background: var(--color-red);
  padding: 12px 15px;
  border-radius: 2px;
  font-size: 14px;
  color: var(--white-color) !important;
  font-weight: 400 !important;
  width: 100%;
  text-align: left;
}

.error-msg-item {
  font-size: 14px;
  color: var(--color-red);
  padding-left: 15px;
}

.success-msg {
  background: var(--color-green) !important;
  padding: 12px 15px;
  border-radius: 2px;
  color: var(--white-color) !important;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}

.success-msg-text {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 2px;
  text-align: left;
  background: rgba(25, 135, 84, 0.1019607843);
  color: #198754;
}

.alert-msg-text {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 7px;
  text-align: left;
  background: #f7be37;
  color: #1e1e1e;
}

.warning-msg {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 2px;
  text-align: left;
  background-color: rgba(247, 190, 55, 0.1019607843);
  color: #996c00;
}

.card {
  border-radius: 7px;
  overflow: hidden;
}
.card .link-art-cover-img {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .link-art-cover-img img {
  width: 100%;
  display: flex;
}
.card .card-body .card-title {
  margin-top: 3px;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: clamp(22px, 1.5vw, 30px);
  font-weight: 800;
  transition: 0.5s;
}
.card .card-body .card-title:hover {
  color: var(--main-blue);
  transition: 0.5s;
}
.card .card-body .card-text {
  font-size: 14px;
}
.card .col-md-4 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card .list-categories {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.card .list-categories .category {
  font-size: 0.78rem;
  color: var(--white-color);
  background-color: var(--color-red);
  border-radius: 7px;
  padding: 4px 10px;
  margin-right: 10px;
}
.card .list-categories .category-2 {
  font-size: 0.78rem;
  color: var(--white-color);
  background-color: var(--link-blue);
  border-radius: 7px;
  padding: 4px 10px;
  margin-right: 10px;
}

.col .card-custom {
  border: 0px solid var(--color-blue-2);
  border-radius: 2px;
  overflow: hidden;
}
.col .card-custom .card-header-custom {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--white-color) !important;
  background-color: var(--link-blue) !important;
  border: 1px solid var(--link-blue);
  padding-left: 15px;
}
.col .card-custom .card-body-custom {
  padding: 15px;
  border: 1px solid var(--color-blue-2);
  font-family: var(--main-font-family);
  border-top: 0;
}
.col .card-custom .card-body-custom .card-title {
  margin-bottom: 15px;
}
.col .card-custom .card-body-custom .card-text {
  margin-top: 1.1vw;
  min-height: 80px;
}
.col .card-custom .card-body-custom .btn-link {
  text-decoration: none;
  transition: 0.5s;
}
.col .card-custom .card-body-custom .btn-link:hover {
  color: var(--main-blue);
  transition: 0.5s;
}

.API_key_respons_status {
  max-height: 500px;
  overflow: auto;
}

.border-shadow {
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
  background: #fff !important;
  border-radius: 7px !important;
  /*  overflow: hidden; */
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.lead {
  font-size: clamp(12px, 1.65vw, 18px) !important;
}

.text-green-1 {
  color: #50fa7b !important;
}

.text-muted {
  color: #198754 !important;
  font-weight: 800;
}

.hljs-attr,
.hljs-keyword,
.hljs-name,
.hljs-selector-tag {
  color: #26f942 !important;
}

.text-green {
  color: var(--color-green-2) !important;
}

.platform-name {
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--link-blue);
  font-weight: 800;
  font-size: 14px;
}

.blue-platform {
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--link-blue-2);
  font-weight: 800;
  font-size: 14px;
}

.green-platform {
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--color-green);
  font-weight: 800;
  font-size: 14px;
}

.preloader-area {
  position: fixed;
  top: 0;
  background: var(--white-color);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 12%;
}
.preloader-area .spinner {
  width: 4em;
  height: 4em;
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}
.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted var(--white-color);
}
.preloader-area .spinner .disc:nth-child(1) {
  animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
  animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
  animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted var(--white-color);
  margin: -15px;
}

body.get-api-key .form-select,
body.get-api-key input[type=text],
body.get-api-key input[type=email],
body.get-api-key input[type=password] {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: clamp(22px, 1.5vw, 30px);
  border-radius: 1px;
  border-radius: 4px;
  border: 2px solid var(--link-blue);
  color: var(--link-blue);
  font-weight: 600;
  font-size: 0.995rem;
  transition: 0.5s;
}
body.get-api-key .form-select:hover,
body.get-api-key input[type=text]:hover,
body.get-api-key input[type=email]:hover,
body.get-api-key input[type=password]:hover {
  background-color: var(--link-blue);
  border: 2px solid var(--link-blue);
  color: var(--white-color);
  transition: 0.5s;
}

.loading {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--white-color);
  bottom: 0;
  z-index: 9999;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.loading .loader-ID {
  top: -8%;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--white-color);
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loading-form {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7411764706);
  z-index: 2;
  align-items: flex-start;
  justify-content: center;
}
.loading-form .content-loading-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading-form .content-loading-img img {
  width: 40px;
}
.loading-form .content-loading-img span {
  font-size: 12px;
}
.loading-form .btn-close {
  top: 12px;
  right: 12px;
  position: absolute;
}

.success-msg-registration {
  display: none;
}

.dark-blue {
  color: var(--link-blue);
}

.sky-blue {
  color: var(--main-birdy-2);
}

.cursor-pointer {
  cursor: pointer !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-blue);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-blue);
}

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