/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

html, body {
  font-family: Stolzl-Regular, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(66 72 70 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

/* header  starts*/

.top-header-background {
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
}

.top-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .top-header {
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .top-header {
    margin: auto;
  }

  .top-header {
    max-width: 1500;
  }

  .top-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .top-header {
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .top-header {
    max-width: 1800px;
  }

  .top-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .top-header {
    font-size: 21px;
  }

  .top-header {
    line-height: 25.2px;
  }
}

.top-header .header-login {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-social {
  display: flex;
  align-items: center;
}

.header-social img {
  margin-left: 1rem;
}

.subscribe-button a {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscribe-button a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

.subscribe-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .subscribe-button {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .subscribe-button {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .subscribe-button {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.custom-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 4px 6px #00000021;
  --tw-shadow-colored: 0px 4px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header-main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(66 72 70 / var(--tw-text-opacity));
}

@media (min-width: 475px) {
  .header-main {
    flex-direction: row;
  }

  .header-main {
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .header-main {
    flex-wrap: nowrap;
  }

  .header-main {
    align-items: center;
  }

  .header-main {
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .header-main {
    margin: auto;
  }

  .header-main {
    max-width: 1500;
  }

  .header-main {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .header-main {
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .header-main {
    max-width: 1800px;
  }

  .header-main {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }

  .header-main {
    font-size: 21px;
  }

  .header-main {
    line-height: 25.2px;
  }
}

.header-main .logo {
  max-width: 300px;
}

@media (min-width: 1024px) {
  .header-main .logo {
    max-width: 280px;
  }
}

@media (min-width: 1280px) {
  .header-main .logo {
    width: 100%;
  }

  .header-main .logo {
    max-width: 300px;
  }
}

@media (min-width: 1600px) {
  .header-main .logo {
    max-width: 400px;
  }
}

.header-main .logo img {
  max-width: 100%;
}

.contact-links button {
  height: 2.5rem;
  width: 2.5rem;
  border-width: 0px;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .contact-links button {
    display: none;
  }
}

.contact-links button span {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.25rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.custom-header .header-main .main-menu {
  order: 3;
  display: none;
}

@media (min-width: 475px) {
  .custom-header .header-main .main-menu {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .custom-header .header-main .main-menu {
    order: 2;
  }

  .custom-header .header-main .main-menu {
    display: block;
  }
}

.custom-header .header-main .contact-links {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.5rem;
}

@media (min-width: 1024px) {
  .custom-header .header-main .contact-links {
    order: 3;
  }

  .custom-header .header-main .contact-links {
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  .custom-header .header-main .contact-links {
    margin-left: 1rem;
  }
}

@media (min-width: 1600px) {
  .custom-header .header-main .contact-links {
    margin-left: 1.5rem;
  }

  .toogle-search a img {
    width: 1.5rem;
  }
}

.main-menu ul li a, .main-menu ul .more-drop-menu a {
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(66 72 70 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .main-menu ul li a, .main-menu ul .more-drop-menu a {
    border-width: 0px;
  }

  .main-menu ul li a, .main-menu ul .more-drop-menu a {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-menu ul li a, .main-menu ul .more-drop-menu a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-menu ul li a, .main-menu ul .more-drop-menu a {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .main-menu ul li a, .main-menu ul .more-drop-menu a {
    padding-right: 1rem;
  }
}

@media (min-width: 1600px) {
  .main-menu ul li a, .main-menu ul .more-drop-menu a {
    padding-right: 30px;
  }
}

.custom-header .header-main .logo {
  order: 1;
}

.toogle-search {
  display: flex;
  align-items: center;
}

.toogle-search button {
  margin-left: 0.75rem;
}

.main-menu ul .current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

.main-menu ul li a:hover, .main-menu ul li .more-drop-menu:hover {
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .main-menu ul {
    display: flex;
  }

  .main-menu ul {
    align-items: center;
  }

  .main-menu ul {
    justify-content: flex-end;
  }
}

.main-menu ul .more-drop-menu span {
  font-size: 10px;
}

@media (min-width: 1600px) {
  .main-menu ul .more-drop-menu span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

ul.hover-menu {
  display: flex;
  flex-direction: column;
}

.drop-menu {
  position: absolute;
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .drop-menu {
    left: 50%;
  }

  .drop-menu {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .drop-menu ul li {
    border-bottom-width: 1px;
  }

  .drop-menu ul li {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .drop-menu ul li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .drop-menu ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.more-drop-menu {
  position: relative;
}

.more-drop-menu:hover .drop-menu {
  display: block;
}

/* header ends */

/* footer starts */

.footer-back {
  --tw-bg-opacity: 1;
  background-color: rgb(34 31 32 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1280px) {
  .footer-back {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-back {
    padding-top: 3rem;
  }
}

@media (min-width: 1600px) {
  .footer-back {
    padding-top: 54px;
  }
}

.footer-sections {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .footer-sections {
    display: grid;
  }

  .footer-sections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .footer-sections {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .footer-sections {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .footer-sections {
    row-gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .footer-sections {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .footer-sections {
    gap: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .footer-sections {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  .footer-sections {
    gap: 4rem;
  }
}

.footer-sec-1 p {
  padding-top: 1rem;
}

@media (min-width: 1280px) {
  .footer-sec-1 p {
    max-width: 280px;
  }

  .footer-sec-1 p {
    padding-top: 25px;
  }
}

@media (min-width: 1600px) {
  .footer-sec-1 p {
    max-width: 310px;
  }

  .footer-sec-1 p {
    padding-top: 30px;
  }
}

@media (min-width: 640px) {
  .footer-sec-1 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 768px) {
  .footer-sec-1 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px) {
  .footer-sec-1 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1280px) {
  .footer-sec-1 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .footer-sec-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .footer-sec-2 {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 1024px) {
  .footer-sec-4 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .footer-sec-4 {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 640px) {
  .footer-sec-5 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 768px) {
  .footer-sec-5 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px) {
  .footer-sec-5 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .footer-sec-5 {
    grid-column: span 2 / span 2;
  }
}

.footer-contact li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-text-b {
  padding-top: 0.75rem;
  font-family: Stolzl-Light, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .footer-text-b {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .footer-text-b {
    padding-top: 3rem;
  }

  .footer-text-b {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-social-icons img {
  margin-right: 0.75rem;
}

@media (min-width: 1280px) {
  .footer-social-icons img {
    margin-right: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .footer-social-icons img {
    margin-right: 1.75rem;
  }
}

.footer-sec-1 p {
  display: inline-block;
  padding-bottom: 0.25rem;
  font-family: Stolzl-Light, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1280px) {
  .footer-sec-1 p {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .footer-sec-1 p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer-sec-2 li a, .footer-sec-3 li a, .footer-sec-4 li a {
  display: inline-block;
  padding-bottom: 0.25rem;
  font-family: Stolzl-Light, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1280px) {
  .footer-sec-2 li a, .footer-sec-3 li a, .footer-sec-4 li a {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .footer-sec-2 li a, .footer-sec-3 li a, .footer-sec-4 li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer-sec-1 h3, .footer-sec-2 h3, .footer-sec-3 h3, .footer-sec-4 h3, .footer-sec-5 h3, .footer-sec-5 h3 {
  padding-bottom: 0.5rem;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .footer-sec-1 h3, .footer-sec-2 h3, .footer-sec-3 h3, .footer-sec-4 h3, .footer-sec-5 h3, .footer-sec-5 h3 {
    line-height: 18px;
  }
}

@media (min-width: 1280px) {
  .footer-sec-1 h3, .footer-sec-2 h3, .footer-sec-3 h3, .footer-sec-4 h3, .footer-sec-5 h3, .footer-sec-5 h3 {
    padding-bottom: 1.5rem;
  }

  .footer-sec-1 h3, .footer-sec-2 h3, .footer-sec-3 h3, .footer-sec-4 h3, .footer-sec-5 h3, .footer-sec-5 h3 {
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .footer-sec-1 h3, .footer-sec-2 h3, .footer-sec-3 h3, .footer-sec-4 h3, .footer-sec-5 h3, .footer-sec-5 h3 {
    padding-bottom: 29px;
  }

  .footer-sec-1 h3, .footer-sec-2 h3, .footer-sec-3 h3, .footer-sec-4 h3, .footer-sec-5 h3, .footer-sec-5 h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .footer-sec-1 h3, .footer-sec-2 h3, .footer-sec-3 h3, .footer-sec-4 h3, .footer-sec-5 h3, .footer-sec-5 h3 {
    line-height: 21.6px;
  }
}

.footer-sec-5 .footer-contact li p, .footer-sec-5 .footer-contact li a {
  padding-left: 1rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .footer-sec-5 .footer-contact li p, .footer-sec-5 .footer-contact li a {
    padding-left: 0.5rem;
  }

  .footer-sec-5 .footer-contact li p, .footer-sec-5 .footer-contact li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .footer-sec-5 .footer-contact li p, .footer-sec-5 .footer-contact li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .footer-sec-5 .footer-contact li p, .footer-sec-5 .footer-contact li a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footer-sec-5 .footer-contact li, .footer-sec-5 .footer-contact li {
  padding-bottom: 0.25rem;
}

@media (min-width: 1280px) {
  .footer-sec-5 .footer-contact li, .footer-sec-5 .footer-contact li {
    padding-bottom: 0.75rem;
  }
}

.footer-sec-2, .footer-sec-3, .footer-sec-4, .footer-sec-5, .footer-follow {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
  .footer-sec-2, .footer-sec-3, .footer-sec-4, .footer-sec-5, .footer-follow {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .footer-follow h3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .footer-follow h3 {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1600px) {
  .footer-follow h3 {
    padding-top: 73px;
  }
}

/* lower footer */

.lower-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(66 72 70 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Stolzl-Light, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .lower-footer {
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .lower-footer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lower-footer {
    line-height: 22px;
  }
}

@media (min-width: 1600px) {
  .lower-footer {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lower-footer {
    line-height: 1.5rem;
  }
}

.terms-condition {
  display: flex;
}

@media (min-width: 640px) {
  .lower-footer .container {
    display: flex;
  }

  .lower-footer .container {
    flex-wrap: wrap;
  }

  .lower-footer .container {
    justify-content: space-between;
  }
}

.lower-footer .container p:nth-child(2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* footer ends */

/* newsletter starts */

.newsletter-back {
  --tw-bg-opacity: 1;
  background-color: rgb(39 125 161 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .newsletter-back {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .newsletter-back {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1600px) {
  .newsletter-back {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.newsletter-data a {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 125 161 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .newsletter-data a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .newsletter-data a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.newsletter-data a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.newsletter-data h2 {
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .newsletter-data h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .newsletter-data h2 {
    font-size: 32px;
  }

  .newsletter-data h2 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .newsletter-data h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .newsletter-data h2 {
    line-height: 2rem;
  }
}

@media (min-width: 1600px) {
  .newsletter-data h2 {
    font-size: 40px;
  }

  .newsletter-data h2 {
    line-height: 35px;
  }
}

.newsletter-data {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .newsletter-data {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  .newsletter-data {
    max-width: 1000px;
  }
}

@media (min-width: 1600px) {
  .newsletter-data {
    max-width: 1296px;
  }
}

/* newsletter ends */

/* home main section starts */

.main-section-head h5 {
  margin-bottom: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .main-section-head h5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .main-section-head h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .main-section-head h5 {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .main-section-head h5 {
    font-size: 25px;
  }
}

.main-section-head h3 a {
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Stolzl-Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .main-section-head h3 a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .main-section-head h3 a {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .main-section-head h3 a {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .main-section-head h3 a {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .main-section-head h3 a {
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  .main-section-head h3 a {
    font-size: 34px;
  }

  .main-section-head h3 a {
    line-height: 55px;
  }
}

@media (min-width: 1600px) {
  .main-section-head h3 a {
    font-size: 42px;
  }

  .main-section-head h3 a {
    line-height: 60px;
  }
}

.main-section-head h3 {
  max-width: 676px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .main-section-head h3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-content {
  position: relative;
}

.main-content img {
  width: 100%;
}

.main-section-head {
  bottom: 1.5rem;
}

@media (min-width: 640px) {
  .main-section-head {
    position: absolute;
  }

  .main-section-head {
    left: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .main-section-head {
    left: 4rem;
  }

  .main-section-head {
    bottom: 91px;
  }
}

.continue-reading-content {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .continue-reading-content {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .continue-reading-content {
    padding-top: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .continue-reading-content {
    padding-top: 2.25rem;
  }
}

.continue-reading-content p {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .continue-reading-content p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  .continue-reading-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .continue-reading-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.continue-reading-content a {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .continue-reading-content a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .continue-reading-content a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .continue-reading-content a {
    padding-left: 45px;
    padding-right: 45px;
  }

  .continue-reading-content a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.continue-reading-content a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

.continue-reading-button {
  position: relative;
  top: -50px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 255 255 / 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
  --tw-gradient-to: #ffffff;
  padding-top: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .main-section-divider {
    display: grid;
  }

  .main-section-divider {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .main-section-divider {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .main-section-divider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .main-section-divider {
    gap: 3rem;
  }
}

@media (min-width: 1600px) {
  .main-section-divider {
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .main-section-1 {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1024px) {
  .main-section-1 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 768px) {
  .main-section-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {
  .main-section-2 {
    grid-column: span 1 / span 1;
  }
}

.home-page-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.main-section-2-cards img {
  width: 100%;
  border-radius: 5px;
  padding-bottom: 10px;
}

.main-section-2-cards h5 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .main-section-2-cards h5 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .main-section-2-cards h5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  .main-section-2-cards h5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .main-section-2-cards h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .main-section-2-cards h5 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .main-section-2-cards h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.main-section-2-cards h3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .main-section-2-cards h3 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-section-2-cards h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .main-section-2-cards h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .main-section-2-cards h3 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .main-section-2-cards h3 {
    font-size: 25px;
  }

  .main-section-2-cards h3 {
    line-height: 32px;
  }
}

.main-section-2-cards {
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .main-section-2-cards {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .main-section-2-cards {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .main-section-2-cards {
    padding-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .main-section-2-cards {
    padding-bottom: 47px;
  }
}

/* home main section ends */

/* premium stories starts */

.premium-stories .container h4 {
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .premium-stories .container h4 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .premium-stories .container h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .premium-stories .container h4 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .premium-stories .container h4 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .premium-stories .container h4 {
    font-size: 25px;
  }

  .premium-stories .container h4 {
    line-height: 30px;
  }
}

.premium-stories .container h4:after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 100%;
  width: 2.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.premium-stories .container h4 span {
  padding-left: 3rem;
}

.view-all-stories h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 60px;
}

@media (min-width: 640px) {
  .view-all-stories h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .view-all-stories h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .view-all-stories h3 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .view-all-stories h3 {
    font-size: 45px;
  }
}

@media (min-width: 1600px) {
  .view-all-stories h3 {
    font-size: 50px;
  }
}

.view-all-stories {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .view-all-stories {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.view-all-stories a {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .view-all-stories a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .view-all-stories a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .view-all-stories a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.stories-pre {
  padding-top: 19px;
  padding-bottom: 19px;
}

@media (min-width: 640px) {
  .stories-pre {
    display: grid;
  }

  .stories-pre {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stories-pre {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .stories-pre {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .stories-pre {
    gap: 40px;
  }
}

@media (min-width: 1600px) {
  .stories-pre {
    gap: 60px;
  }
}

.single-premium-story img {
  margin-bottom: 1.25rem;
  height: 100%;
  max-height: 200px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 475px) {
  .single-premium-story img {
    max-height: 250px;
  }
}

@media (min-width: 640px) {
  .single-premium-story img {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .single-premium-story img {
    max-height: 227px;
  }
}

@media (min-width: 1024px) {
  .single-premium-story img {
    height: 164px;
  }
}

@media (min-width: 1280px) {
  .single-premium-story img {
    height: 200px;
  }
}

@media (min-width: 1600px) {
  .single-premium-story img {
    height: 227px;
  }
}

.single-premium-story h5 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .single-premium-story h5 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .single-premium-story h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .single-premium-story h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.single-premium-story h3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-bottom: 2.5rem;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .single-premium-story h3 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .single-premium-story h3 {
    padding-bottom: 0px;
  }

  .single-premium-story h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .single-premium-story h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .single-premium-story h3 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .single-premium-story h3 {
    font-size: 25px;
  }

  .single-premium-story h3 {
    line-height: 30px;
  }
}

.premium-story-image {
  position: relative;
}

.premium-story-image:hover:after {
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.story-read-more {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
}

.story-read-more a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  display: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .story-read-more a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .story-read-more a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.premium-story-image:hover .story-read-more a {
  display: block;
}

/* premium stories ends */

/* latest news start */

.latest-news-head h4 {
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .latest-news-head h4 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .latest-news-head h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .latest-news-head h4 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .latest-news-head h4 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-head h4 {
    font-size: 25px;
  }

  .latest-news-head h4 {
    line-height: 30px;
  }
}

.latest-news-head h4:after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 100%;
  width: 2.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.latest-news-head h4 span {
  padding-left: 3rem;
}

.latest-news-head {
  grid-column: span 3 / span 3;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .latest-news-head {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.latest-news-divider {
  padding-bottom: 46px;
}

@media (min-width: 768px) {
  .latest-news-divider {
    display: grid;
  }

  .latest-news-divider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .latest-news-divider {
    gap: 60px;
  }
}

.latest-news-head a {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .latest-news-head a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-head a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-head a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.latest-news {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .latest-news {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .latest-news {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .latest-news {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .latest-news {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1600px) {
  .latest-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .latest-news-content-divider {
    display: grid;
  }

  .latest-news-content-divider {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .latest-news-content-divider {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .latest-news-content-divider {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .latest-news-content-divider {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-content-divider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .latest-news-content-divider {
    gap: 50px;
  }
}

@media (min-width: 1600px) {
  .latest-news-content-divider {
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .latest-news-sec-1 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px) {
  .latest-news-sec-1 {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1280px) {
  .latest-news-sec-1 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 768px) {
  .latest-news-sec-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .latest-news-sec-2 {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 768px) {
  .latest-news-grid {
    display: grid;
  }

  .latest-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latest-news-grid {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .latest-news-grid {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-grid {
    gap: 50px;
  }
}

@media (min-width: 1600px) {
  .latest-news-grid {
    gap: 60px;
  }
}

.particular-latest-news h5 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2.25rem;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .particular-latest-news h5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .particular-latest-news h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .particular-latest-news h5 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .particular-latest-news h5 {
    line-height: 2rem;
  }
}

@media (min-width: 1600px) {
  .particular-latest-news h5 {
    font-size: 25px;
  }

  .particular-latest-news h5 {
    line-height: 35px;
  }
}

.particular-latest-news p {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 18px;
  padding-bottom: 2.5rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .particular-latest-news p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .particular-latest-news p {
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .particular-latest-news p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .particular-latest-news p {
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .particular-latest-news p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .particular-latest-news p {
    line-height: 1.5rem;
  }
}

.particular-latest-news img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
}

.latest-news-list h3 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .latest-news-list h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-list h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-list h3 {
    font-size: 22px;
  }
}

.latest-news-list ul li {
  margin-right: 0.75rem;
  margin-left: 1.75rem;
  list-style-type: disc;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .latest-news-list ul li {
    margin-left: 0px;
    margin-right: 0px;
  }

  .latest-news-list ul li {
    margin-left: 2.5rem;
  }

  .latest-news-list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-list ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.latest-news-list ul li:nth-child(1) {
  border-width: 0px;
}

.top-news h3 {
  margin-top: 2.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-news h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .top-news h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .top-news h3 {
    font-size: 22px;
  }
}

.top-news ul li {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .top-news ul li {
    margin-left: 0px;
    margin-right: 0px;
  }

  .top-news ul li {
    margin-left: 1.25rem;
  }

  .top-news ul li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .top-news ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .top-news ul li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .top-news ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .top-news ul li {
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .top-news ul li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-news ul li {
    font-size: 20px;
  }

  .top-news ul li {
    line-height: 29px;
  }
}

.top-news ul li:hover {
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

/* latest news ends */

/* e-newsletter-first starts */

.e-newsletter-first h3 {
  margin-bottom: 2.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(39 125 161 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .e-newsletter-first h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .e-newsletter-first h3 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .e-newsletter-first h3 {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .e-newsletter-first h3 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .e-newsletter-first h3 {
    font-size: 40px;
  }
}

.e-newsletter-first a {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 125 161 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 125 161 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .e-newsletter-first a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .e-newsletter-first a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.e-newsletter-first a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.newsletter-image-first {
  position: relative;
}

.e-newsletter-first {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .e-newsletter-first {
    right: 2rem;
  }
}

@media (min-width: 1024px) {
  .e-newsletter-first {
    right: 72px;
  }
}

.newsletter-image-first img {
  height: 90vw;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(39 125 161 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 475px) {
  .newsletter-image-first img {
    height: 60vw;
  }
}

@media (min-width: 640px) {
  .newsletter-image-first img {
    height: 50vw;
  }
}

@media (min-width: 768px) {
  .newsletter-image-first img {
    height: 40vw;
  }
}

@media (min-width: 1024px) {
  .newsletter-image-first img {
    height: 100%;
  }
}

/* e-newsletter-first-ends */

/* animal-drugs starts */

.animal-drugs {
  padding-top: 2rem;
}

@media (min-width: 640px) {
  .animal-drugs {
    padding-top: 2.25rem;
  }
}

@media (min-width: 768px) {
  .animal-drugs {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .animal-drugs {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .animal-drugs {
    padding-top: 3rem;
  }
}

@media (min-width: 1600px) {
  .animal-drugs {
    padding-top: 60px;
  }

  .animal-drugs .container .stories-pre {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.animal-drugs .container .latest-news-head {
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .animal-drugs .container .latest-news-head {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .animal-drugs .container .latest-news-head {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .animal-drugs .container .latest-news-head {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .animal-drugs .container .latest-news-head {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .animal-drugs .container .latest-news-head {
    padding-bottom: 46px;
  }
}

/* animal-drugs ends */

/* newsletter-second starts */

.newsletter-second-image .e-newsletter-first h3 {
  margin-bottom: 2.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(34 31 32 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .newsletter-second-image .e-newsletter-first h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .newsletter-second-image .e-newsletter-first h3 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .newsletter-second-image .e-newsletter-first h3 {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .newsletter-second-image .e-newsletter-first h3 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .newsletter-second-image .e-newsletter-first h3 {
    font-size: 40px;
  }
}

.newsletter-second-image .e-newsletter-first a {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 31 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 31 32 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .newsletter-second-image .e-newsletter-first a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .newsletter-second-image .e-newsletter-first a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.newsletter-second-image .e-newsletter-first a:hover {
  background-color: transparent;
}

.newsletter-second-image .newsletter-image-first {
  position: relative;
}

.newsletter-second-image .e-newsletter-first {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .newsletter-second-image .e-newsletter-first {
    right: 2rem;
  }
}

@media (min-width: 1024px) {
  .newsletter-second-image .e-newsletter-first {
    right: 72px;
  }
}

.newsletter-second-image .newsletter-image-first img {
  height: 90vw;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(39 125 161 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 475px) {
  .newsletter-second-image .newsletter-image-first img {
    height: 60vw;
  }
}

@media (min-width: 640px) {
  .newsletter-second-image .newsletter-image-first img {
    height: 50vw;
  }
}

@media (min-width: 768px) {
  .newsletter-second-image .newsletter-image-first img {
    height: 40vw;
  }
}

@media (min-width: 1024px) {
  .newsletter-second-image .newsletter-image-first img {
    height: 100%;
  }
}

.newsletter-second-image {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .newsletter-second-image {
    margin-top: 2.25rem;
  }
}

@media (min-width: 768px) {
  .newsletter-second-image {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .newsletter-second-image {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .newsletter-second-image {
    margin-top: 3rem;
  }
}

@media (min-width: 1600px) {
  .newsletter-second-image {
    margin-top: 60px;
  }
}

/* newsletter-second-ends */

/* fda general starts */

.fda-general .latest-news-sec-2 .top-news h3 {
  margin-top: 0px;
}

.fda-general-view-all {
  text-align: center;
}

.fda-general-view-all a {
  margin-top: 1.5rem;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .fda-general-view-all a {
    margin-top: 1.75rem;
  }
}

@media (min-width: 768px) {
  .fda-general-view-all a {
    margin-top: 2rem;
  }

  .fda-general-view-all a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .fda-general-view-all a {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .fda-general-view-all a {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .fda-general-view-all a {
    margin-top: 3rem;
  }

  .fda-general-view-all a {
    padding-left: 133px;
    padding-right: 133px;
  }

  .fda-general-view-all a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fda-general-view-all a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

/* fda general ends */

/* newsletter third starts */

.newsletter-third .e-newsletter-first h3 {
  margin-bottom: 2.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .newsletter-third .e-newsletter-first h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .newsletter-third .e-newsletter-first h3 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .newsletter-third .e-newsletter-first h3 {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .newsletter-third .e-newsletter-first h3 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .newsletter-third .e-newsletter-first h3 {
    font-size: 40px;
  }
}

.newsletter-third .e-newsletter-first a {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .newsletter-third .e-newsletter-first a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .newsletter-third .e-newsletter-first a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.newsletter-third .e-newsletter-first a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.newsletter-third .newsletter-image-first {
  position: relative;
}

.newsletter-third .e-newsletter-first {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .newsletter-third .e-newsletter-first {
    right: 2rem;
  }
}

@media (min-width: 1024px) {
  .newsletter-third .e-newsletter-first {
    right: 72px;
  }
}

.newsletter-third .newsletter-image-first img {
  height: 90vw;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(39 125 161 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 475px) {
  .newsletter-third .newsletter-image-first img {
    height: 60vw;
  }
}

@media (min-width: 640px) {
  .newsletter-third .newsletter-image-first img {
    height: 50vw;
  }
}

@media (min-width: 768px) {
  .newsletter-third .newsletter-image-first img {
    height: 40vw;
  }
}

@media (min-width: 1024px) {
  .newsletter-third .newsletter-image-first img {
    height: 100%;
  }
}

/* newsletter third ends */

/* medical devices starts */

.medical-devices-divider {
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .medical-devices-divider {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .medical-devices-divider {
    display: grid;
  }

  .medical-devices-divider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .medical-devices-divider {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .medical-devices-divider {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .medical-devices-divider {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1600px) {
  .medical-devices-divider {
    padding-bottom: 68px;
  }
}

.medical-devices-content {
  position: relative;
  grid-column: span 3 / span 3;
}

.medical-devices-content img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
}

.medical-device-data h3 {
  padding-bottom: 0.75rem;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .medical-device-data h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .medical-device-data h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .medical-device-data h3 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .medical-device-data h3 {
    font-size: 25px;
  }

  .medical-device-data h3 {
    line-height: 2rem;
  }
}

.medical-device-data p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .medical-device-data p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .medical-device-data p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .medical-device-data p {
    line-height: 1.5rem;
  }
}

.medical-device-data {
  max-width: 400px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .medical-device-data {
    position: absolute;
  }

  .medical-device-data {
    bottom: 0px;
  }

  .medical-device-data {
    right: 0px;
  }
}

@media (min-width: 768px) {
  .medical-device-data {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .medical-device-data {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .medical-device-data {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .medical-device-data {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .medical-device-data {
    max-width: 432px;
  }
}

@media (min-width: 1600px) {
  .medical-device-data {
    max-width: 573px;
  }

  .medical-device-data {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .medical-device-data {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.meddical-devices-spacer {
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .meddical-devices-spacer {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .meddical-devices-spacer {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .meddical-devices-spacer {
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .meddical-devices-spacer {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1600px) {
  .meddical-devices-spacer {
    padding-bottom: 60px;
  }
}

/* medical devices ends */

/* -----------------------------------about-us-page-starts------------------------- */

/* about-us-banner starts */

.about-us-banner {
  position: relative;
}

.about-us-heading {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.about-us-heading h1 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .about-us-heading h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .about-us-heading h1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-us-heading h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about-us-heading h1 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .about-us-heading h1 {
    font-size: 45px;
  }

  .about-us-heading h1 {
    line-height: 60px;
  }
}

@media (min-width: 1600px) {
  .about-us-heading h1 {
    padding-bottom: 0.5rem;
  }

  .about-us-heading h1 {
    font-size: 50px;
  }
}

.about-us-heading h5 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .about-us-heading h5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-us-heading h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .about-us-heading h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.about-us-banner img {
  height: 50vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 475px) {
  .about-us-banner img {
    height: 35vw;
  }
}

@media (min-width: 640px) {
  .about-us-banner img {
    height: 30vw;
  }
}

@media (min-width: 768px) {
  .about-us-banner img {
    height: 25vw;
  }
}

@media (min-width: 1024px) {
  .about-us-banner img {
    height: 17vw;
  }
}

@media (min-width: 1280px) {
  .about-us-banner img {
    height: auto;
  }
}

.about-us-contents p {
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .about-us-contents p {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .about-us-contents p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-us-contents p {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-us-contents p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .about-us-contents p {
    max-width: 768px;
  }

  .about-us-contents p {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .about-us-contents p {
    max-width: 1024px;
  }

  .about-us-contents p {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1600px) {
  .about-us-contents p {
    max-width: 1321px;
  }

  .about-us-contents p {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .about-us-contents p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .about-us-contents p {
    line-height: 32px;
  }
}

.about-co-founder {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 640px) {
  .about-co-founder {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .about-co-founder {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .about-co-founder {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .about-co-founder {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1600px) {
  .about-co-founder {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.about-founder-heading h3 {
  padding-right: 30px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 54px;
}

@media (min-width: 640px) {
  .about-founder-heading h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .about-founder-heading h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about-founder-heading h3 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .about-founder-heading h3 {
    font-size: 45px;
  }
}

@media (min-width: 1600px) {
  .about-founder-heading h3 {
    font-size: 50px;
  }
}

.about-founder-heading h5 {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 30px;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .about-founder-heading h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .about-founder-heading h5 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .about-founder-heading h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .about-founder-heading h5 {
    font-size: 26px;
  }

  .about-founder-heading h5 {
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  .about-founder-heading h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .about-founder-heading h5 {
    line-height: 54px;
  }
}

.about-founder-heading {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-founder-divider {
  padding-top: 1.75rem;
}

@media (min-width: 640px) {
  .about-founder-divider {
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  .about-founder-divider {
    display: grid;
  }

  .about-founder-divider {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .about-founder-divider {
    gap: 2rem;
  }

  .about-founder-divider {
    padding-top: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .about-founder-divider {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .about-founder-divider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-founder-divider {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1600px) {
  .about-founder-divider {
    gap: 4rem;
  }

  .about-founder-divider {
    padding-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .founder-image {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .founder-image {
    grid-column: span 1 / span 1;
  }
}

.founder-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .about-founder-data {
    grid-column: span 3 / span 3;
  }
}

.about-founder-data p {
  max-width: 1059px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .about-founder-data p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-founder-data p {
    padding-top: 0px;
  }

  .about-founder-data p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .about-founder-data p {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .about-founder-data p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .about-founder-data p {
    line-height: 31px;
  }
}

/* about-us-banner-ends */

/* -----------------------------------about-us-page-ends----------------------------*/

/*----------------------------------- latest-news page starts ---------------------*/

.news-card-divider {
  padding-top: 74px;
  padding-bottom: 74px;
}

@media (min-width: 1024px) {
  .news-card-divider {
    display: flex;
  }

  .news-card-divider {
    gap: 60px;
  }
}

@media (min-width: 640px) {
  .news-card-divider-sec-1 {
    display: grid;
  }

  .news-card-divider-sec-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card-divider-sec-1 {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .news-card-divider-sec-1 {
    width: 66.666667%;
  }

  .news-card-divider-sec-1 {
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .news-card-divider-sec-1 {
    gap: 3rem;
  }
}

@media (min-width: 1600px) {
  .news-card-divider-sec-1 {
    gap: 60px;
  }
}

@media (min-width: 1024px) {
  .news-card-divider-sec-2 {
    width: 33.333333%;
  }
}

@media (min-width: 640px) {
  .news-card {
    grid-column: span 1 / span 1;
  }
}

.news-card img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
}

.news-card h5 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 1.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .news-card h5 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .news-card h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .news-card h5 {
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .news-card h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .news-card h5 {
    line-height: 22px;
  }
}

.news-card h3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 10;
  padding-bottom: 10;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .news-card h3 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .news-card h3 {
    height: 83px;
  }

  .news-card h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .news-card h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .news-card h3 {
    min-height: 68px;
  }

  .news-card h3 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .news-card h3 {
    font-size: 25px;
  }

  .news-card h3 {
    line-height: 2.25rem;
  }
}

.news-card p {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .news-card p {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .news-card p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .news-card p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.news-card .latest-news-continue-button a {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .news-card .latest-news-continue-button a {
    margin-left: 0px;
    margin-right: 0px;
  }

  .news-card .latest-news-continue-button a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .news-card .latest-news-continue-button a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.news-card .latest-news-continue-button a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

.latest-news-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.latest-news-pagination ul li {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .latest-news-pagination ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-pagination ul li {
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-pagination ul li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .latest-news-pagination ul li {
    line-height: 1.5rem;
  }
}

.latest-news-pagination ul li.current-active-page {
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.latest-news-pagination {
  padding-bottom: 3.5rem;
}

@media (min-width: 640px) {
  .latest-news-pagination {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .latest-news-pagination {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-pagination {
    padding-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .latest-news-pagination {
    padding-bottom: 102px;
  }
}

.latest-news-pagination ul li:last-child {
  padding-left: 1rem;
}

.latest-news-sidebar.sticky-sidebar {
  height: 80vh;
  overflow-y: scroll;
}

/* ----------------------------------latest news page ends------------------------ */

/*----------------------------- latest-news single page---------------------------- */

.latest-news-head-single-page h4 {
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .latest-news-head-single-page h4 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .latest-news-head-single-page h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .latest-news-head-single-page h4 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .latest-news-head-single-page h4 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-head-single-page h4 {
    font-size: 25px;
  }

  .latest-news-head-single-page h4 {
    line-height: 30px;
  }
}

.latest-news-head-single-page h4:after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 100%;
  width: 2.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.latest-news-head-single-page h4 span {
  padding-left: 3rem;
}

.news-single-page {
  padding-top: 74px;
  padding-bottom: 60px;
}

.latest-news-head-single-page h2 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  max-width: 662px;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-family: Stolzl-Medium, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .latest-news-head-single-page h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .latest-news-head-single-page h2 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .latest-news-head-single-page h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .latest-news-head-single-page h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .latest-news-head-single-page h2 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-head-single-page h2 {
    font-size: 34px;
  }

  .latest-news-head-single-page h2 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-head-single-page h2 {
    font-size: 42px;
  }

  .latest-news-head-single-page h2 {
    line-height: 47px;
  }
}

.latest-news-head-single-page h5 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .latest-news-head-single-page h5 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .latest-news-head-single-page h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .latest-news-head-single-page h5 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .latest-news-head-single-page h5 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-head-single-page h5 {
    font-size: 25px;
  }

  .latest-news-head-single-page h5 {
    line-height: 30px;
  }
}

.news-single-page-divider {
  padding-bottom: 69px;
}

@media (min-width: 1024px) {
  .news-single-page-divider {
    display: grid;
  }

  .news-single-page-divider {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .news-single-page-divider {
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .news-single-page-divider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  .news-single-page-divider {
    gap: 60px;
  }
}

@media (min-width: 1024px) {
  .news-page-single-sec-1 {
    grid-column: span 3 / span 3;
  }

  .news-page-single-sec-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .news-page-single-sec-2 {
    grid-column: span 1 / span 1;
  }
}

.latest-news-full-info p {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-bottom: 1rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .latest-news-full-info p {
    margin-left: 0px;
    margin-right: 0px;
  }

  .latest-news-full-info p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.font10black ul li{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1280px) {
  .latest-news-full-info p {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-full-info p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .latest-news-full-info p {
    line-height: 30px;
  }
}

.latest-news-full-info img {
  margin-right: 52px;
  margin-bottom: 2.25rem;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .latest-news-full-info img {
    max-width: 24rem;
  }
}

@media (min-width: 1280px) {
  .latest-news-full-info img {
    float: left;
  }

  .latest-news-full-info img {
    max-width: 28rem;
  }
}

@media (min-width: 1600px) {
  .latest-news-full-info img {
    max-width: 491px;
  }
}

.animal-drugs.latest-news-page-news {
  padding-top: 0px;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .animal-drugs.latest-news-page-news {
    padding-top: 0px;
  }

  .animal-drugs.latest-news-page-news {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .animal-drugs.latest-news-page-news {
    padding-top: 0px;
  }

  .animal-drugs.latest-news-page-news {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .animal-drugs.latest-news-page-news {
    padding-top: 0px;
  }

  .animal-drugs.latest-news-page-news {
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .animal-drugs.latest-news-page-news {
    padding-top: 0px;
  }

  .animal-drugs.latest-news-page-news {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1600px) {
  .animal-drugs.latest-news-page-news {
    padding-top: 0px;
  }

  .animal-drugs.latest-news-page-news {
    padding-bottom: 4rem;
  }
}

/* ---------------------------latest-news-single-page-ends-------------------------- */

/* -----------------------------latest-news-human-drugs start----------------------- */

@media (min-width: 1024px) {
  .human-drugs-latest-news .container .stories-pre {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.human-drugs-latest-news {
  padding-top: 2rem;
}

@media (min-width: 640px) {
  .human-drugs-latest-news {
    padding-top: 2.25rem;
  }
}

@media (min-width: 768px) {
  .human-drugs-latest-news {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .human-drugs-latest-news {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .human-drugs-latest-news {
    padding-top: 3rem;
  }
}

@media (min-width: 1600px) {
  .human-drugs-latest-news {
    padding-top: 4rem;
  }
}

.human-drugs-latest-news .latest-news-head {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .human-drugs-latest-news .latest-news-head {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .human-drugs-latest-news .latest-news-head {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .human-drugs-latest-news .latest-news-head {
    padding-bottom: 1.75rem;
  }
}

/* -----------------------------latest-drugs-human-drugs-ends------------------------ */

/* -------------------------------contact-us-page starts----------------------------- */

.contact-info-divider {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .contact-info-divider {
    display: grid;
  }

  .contact-info-divider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-info-divider {
    gap: 1rem;
  }

  .contact-info-divider {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .contact-info-divider {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1024px) {
  .contact-info-divider {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1280px) {
  .contact-info-divider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact-info-divider {
    gap: 1.25rem;
  }

  .contact-info-divider {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (min-width: 1600px) {
  .contact-info-divider {
    gap: 26px;
  }

  .contact-info-divider {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.contact-info-single-content {
  margin-bottom: 1.25rem;
  border-width: 12px;
  padding-bottom: 1.75rem;
  text-align: center;
}

@media (min-width: 640px) {
  .contact-info-single-content {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .contact-info-single-content {
    border-width: 14px;
  }
}

@media (min-width: 1280px) {
  .contact-info-single-content {
    border-width: 16px;
  }
}

@media (min-width: 1600px) {
  .contact-info-single-content {
    border-width: 18px;
  }
}

.contact-info-single-content img {
  margin: auto;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .contact-info-single-content img {
    margin-top: 1.75rem;
  }
}

@media (min-width: 768px) {
  .contact-info-single-content img {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .contact-info-single-content img {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .contact-info-single-content img {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .contact-info-single-content img {
    margin-top: 3rem;
  }
}

.contact-info-single-content h3 {
  padding-top: 1rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .contact-info-single-content h3 {
    padding-top: 1.25rem;
  }

  .contact-info-single-content h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .contact-info-single-content h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .contact-info-single-content h3 {
    padding-top: 1.5rem;
  }

  .contact-info-single-content h3 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .contact-info-single-content h3 {
    padding-top: 1.75rem;
  }

  .contact-info-single-content h3 {
    font-size: 25px;
  }

  .contact-info-single-content h3 {
    line-height: 30px;
  }
}

.contact-info-single-content h5 {
  margin: auto;
  max-width: 246px;
  padding-top: 0.5rem;
  font-family: Stolzl-Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .contact-info-single-content h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .contact-info-single-content h5 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .contact-info-single-content h5 {
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .contact-info-single-content h5 {
    font-size: 25px;
  }

  .contact-info-single-content h5 {
    line-height: 30px;
  }
}

.contact-info-single-content h5 a:hover {
  --tw-text-opacity: 1;
  color: rgb(39 125 161 / var(--tw-text-opacity));
}

.contact-info-divider .contact-info-single-content:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgb(39 125 161 / var(--tw-border-opacity));
}

.contact-info-divider .contact-info-single-content:nth-child(odd) h3 {
  --tw-text-opacity: 1;
  color: rgb(39 125 161 / var(--tw-text-opacity));
}

.contact-info-divider .contact-info-single-content:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
}

.contact-info-divider .contact-info-single-content:nth-child(even) h3 {
  --tw-text-opacity: 1;
  color: rgb(32 59 140 / var(--tw-text-opacity));
}

/* contact form starts */

.contact-form-main {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-form-main .container h3 {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 26px;
  line-height: 54px;
}

@media (min-width: 640px) {
  .contact-form-main .container h3 {
    padding-bottom: 2.25rem;
  }

  .contact-form-main .container h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .contact-form-main .container h3 {
    padding-bottom: 2.5rem;
  }

  .contact-form-main .container h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-form-main .container h3 {
    padding-bottom: 2.75rem;
  }

  .contact-form-main .container h3 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .contact-form-main .container h3 {
    padding-bottom: 3rem;
  }

  .contact-form-main .container h3 {
    font-size: 45px;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container h3 {
    padding-bottom: 60px;
  }

  .contact-form-main .container h3 {
    font-size: 50px;
  }
}

.contact-form-form form {
  margin: auto;
  display: flex;
  max-width: 56rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .contact-form-form form {
    max-width: 64rem;
  }
}

@media (min-width: 1280px) {
  .contact-form-form form {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .contact-form-form form {
    max-width: 1181px;
  }
}

.contact-form-form form input[type="name"] {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(66 72 70 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-form-form form input[type="name"] {
    width: 48%;
  }

  .contact-form-form form input[type="name"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-form-form form input[type="name"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .contact-form-form form input[type="name"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-form-form form input[type="name"] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .contact-form-form form input[type="name"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-form-form form input[type="name"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.contact-form-form form input[type="name"]:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form-form form input[type="email"] {
  margin-top: 1.25rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(66 72 70 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .contact-form-form form input[type="email"] {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contact-form-form form input[type="email"] {
    margin-top: 0px;
  }

  .contact-form-form form input[type="email"] {
    width: 48%;
  }

  .contact-form-form form input[type="email"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-form-form form input[type="email"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .contact-form-form form input[type="email"] {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-form-form form input[type="email"] {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media (min-width: 1280px) {
  .contact-form-form form input[type="email"] {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-form-form form input[type="email"] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.contact-form-form form input[type="email"]:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form-form form textarea {
  margin-top: 1.25rem;
  height: 208px;
  width: 100%;
  resize: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .contact-form-form form textarea {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contact-form-form form textarea {
    margin-top: 1.75rem;
  }

  .contact-form-form form textarea {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-form-form form textarea {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .contact-form-form form textarea {
    margin-top: 2rem;
  }

  .contact-form-form form textarea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-form-form form textarea {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .contact-form-form form textarea {
    margin-top: 2.25rem;
  }

  .contact-form-form form textarea {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-form-form form textarea {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-top : 5px;
  }
}

@media (min-width: 1600px) {
  .contact-form-form form textarea {
    margin-top: 2.5rem;
  }
}

.contact-form-form form textarea:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-checkbox {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  align-items: flex-start;
  padding-top: 1rem;
}

@media (min-width: 640px) {
  .form-checkbox {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .form-checkbox {
    margin: auto;
  }
}

.form-checkbox p {
  margin-left: 6px;
}

.form-checkbox input {
  margin-top: 5px;
}

@media (min-width: 640px) {
  .form-checkbox input {
    margin-top: 0px;
  }
}

.contact-form-form form button {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-form-form form button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .contact-form-form form button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.send-message-button {
  margin-top: 1.75rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 640px) {
  .send-message-button {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .send-message-button {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .send-message-button {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .send-message-button {
    margin-top: 3rem;
  }
}

@media (min-width: 1600px) {
  .send-message-button {
    margin-top: 3.5rem;
  }
}

/* contact-form ends */

/* ---------------------------------contact-us-page-ends----------------------------- */

/* light-box starts */

.search-open {
  position: fixed;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: #000000c9;
}

.search-input-box input {
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.search-input-box button {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-input-box button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-input-box {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.close-button {
  padding: 1.25rem;
  text-align: right;
  font-family: Stolzl-Bold, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* light-box-ends */

/* log in page */

.login-page .container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.login-page .container h3 {
  text-align: center;
  font-family: Stolzl-Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 40px;
}

@media (min-width: 640px) {
  .login-page .container h3 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .login-page .container h3 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .login-page .container h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .login-page .container h3 {
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  .login-page .container h3 {
    font-size: 34px;
  }

  .login-page .container h3 {
    line-height: 55px;
  }
}

@media (min-width: 1600px) {
  .login-page .container h3 {
    font-size: 42px;
  }

  .login-page .container h3 {
    line-height: 60px;
  }
}

.login-page .container p {
  margin: auto;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .login-page .container p {
    max-width: 768px;
  }
}

@media (min-width: 1280px) {
  .login-page .container p {
    max-width: 1024px;
  }
}

@media (min-width: 1600px) {
  .login-page .container p {
    max-width: 1321px;
  }

  .login-page .container p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.user-input {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
}

.log-input-form {
  margin: auto;
  max-width: 36rem;
  padding: 0.75rem;
}

@media (min-width: 640px) {
  .log-input-form {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .log-input-form {
    padding: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .log-input-form {
    max-width: 42rem;
  }

  .log-input-form {
    padding: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .log-input-form {
    max-width: 48rem;
  }

  .log-input-form {
    padding: 2rem;
  }
}

.user-input label {
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1600px) {
  .user-input label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.user-input input {
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.login-page .container .login-input .user-input p {
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.user-input button {
  width: 100%;
  max-width: 220px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Stolzl-Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.user-input button:first-child {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .user-input button:first-child {
    margin-bottom: 0px;
  }
}

.user-input button:first-child:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.user-input button:nth-child(2):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.user-input.btn-input {
  margin-top: 1.25rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* log in page ends */

/* sign up starts */

.user-input select {
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.log-input-form.sign-up-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.log-input-form.sign-up-page .user-input {
  width: 100%;
}

@media (min-width: 768px) {
  .log-input-form.sign-up-page .user-input {
    max-width: calc(100% / 2 - 10px);
  }
}

.log-input-form.sign-up-page .user-input.btn-input {
  max-width: 100%;
}

/* sign up ends */

/* payment starts */

.credential select {
  width: 100%;
  max-width: calc(100% / 2 - 5px);
}

.payment-size.log-input-form.sign-up-page {
  max-width: 48rem;
}

@media (min-width: 1280px) {
  .payment-size.log-input-form.sign-up-page {
    max-width: 56rem;
  }
}

@media (min-width: 1600px) {
  .payment-size.log-input-form.sign-up-page {
    max-width: 64rem;
  }
}

/* payment ends */

/* what-do-you-think */

.think .container {
  margin: auto;
  max-width: 48rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1280px) {
  .think .container {
    max-width: 56rem;
  }
}

@media (min-width: 1600px) {
  .think .container {
    max-width: 64rem;
  }
}

.think .container .comissioner li {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1600px) {
  .think .container .comissioner li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fda-com-new {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
  .fda-com-new {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .fda-com-new {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.fda-com-new h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1600px) {
  .fda-com-new h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.fda-com-new  p {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

form.do-you-think h6 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1600px) {
  form.do-you-think h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

form.do-you-think .what-input input, form.do-you-think .what-input label {
  padding-bottom: 0.25rem;
}

.think-text-area textarea {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 145px;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.think-text-area p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.think-text-area p input {
  width: 60px;
}

.work-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.work-type p, .work-type input {
  padding-right: 0.25rem;
}

.work-type label {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.think-button-set {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.think-button-set button {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 220px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 59 140 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Stolzl-Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.think-button-set button:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.think-button-set button:first-child:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.think-button-set button:nth-child(2):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* what-do-you-think ends */

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.block {
  display: block;
}

@font-face {
  font-family: 'Stolzl-Light';

  src: url('./fonts/Stolzl-Light.woff2') format('woff2'),
         url('./fonts/Stolzl-Light.woff') format('woff');

  font-weight: 300;

  font-style: light;
}

@font-face {
  font-family: 'Stolzl-Regular';

  src: url('./fonts/Stolzl-Regular.woff2') format('woff2'),
         url('./fonts/Stolzl-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Stolzl-Medium';

  src: url('./fonts/Stolzl-Medium.woff2') format('woff2'),
         url('./fonts/Stolzl-Medium.woff') format('woff');

  font-weight: 500;

  font-style: medium;
}

@font-face {
  font-family: 'Stolzl-Bold';

  src:  url('./fonts/Stolzl-Bold.woff2') format('woff2'),
          url('./fonts/Stolzl-Bold.woff') format('woff');

  font-weight: 800;

  font-style: bold;
} 