@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap);
*,
.col1 a:link,
.post,
.simplefavorites-clear,
::after,
::before {
  text-decoration: none;
}
.header,
.header .menu > ul > li .menu-subs {
  background: var(--color-white);
  width: 100%;
}
.textover figcaption h2,
.textover figcaption p,
.textover2 figcaption h2 {
  text-shadow: 1px 1px 1px #000;
  text-align: left;
  border-radius: 0 0 20px 20px;
}
.button-aligh,
.col1 .slick-dots,
.copyright,
.headervideo-box
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item.text-center
  .title,
.next,
.prev,
.tag-text p a,
a.read_button {
  text-align: center;
}
:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-darken: hsl(0, 0%, 20%);
  --color-pink-100: hsl(336, 95%, 94%);
  --color-pink-200: hsl(338, 91%, 87%);
  --color-pink-300: hsl(339, 90%, 81%);
  --color-pink-400: hsl(339, 88%, 74%);
  --color-pink-500: hsl(339, 82%, 67%);
  --color-pink-600: hsl(339, 76%, 59%);
  --color-pink-700: hsl(339, 67%, 52%);
  --color-pink-800: hsl(339, 68%, 45%);
  --color-pink-900: hsl(339, 69%, 38%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  scroll-behavior: smooth;
}
.header .menu > ul > li > a,
body {
  font-size: 1rem;
  color: var(--color-black);
}
body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  background: #f7f8f9;
}
.header .menu > ul > li > a,
a,
button {
  font-family: inherit;
  border: none;
  outline: 0;
}
a,
button {
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  background: 0 0;
  border: none;
  outline: 0;
    
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #b90005;
  font-weight: 600;
  font-size: 0.9rem;
}
#myBtn,
.header {
  position: fixed;
}
.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b90005;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 10px;
  margin: 0 2px 0 0;
  opacity: 0.8;
  height: auto;
  width: 18px;
  font-size: 10px;
}
.gt_container--rvaygv a.glink span {
  margin-right: 7px;
  font-size: 10px;
  vertical-align: middle;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.container {
  max-width: 80rem;
  height: 46px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.brand img {
  max-width: 230px;
  height: auto;
  z-index: 500;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 5px;
}
.textover figcaption,
.textover2 figcaption,
.textover4 figcaption,
.textover5 figcaption {
  padding: 10px;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}
.brand2 img,
.comment-list img,
.header .menu-mobile-header,
.header .menu-mobile-toggle,
.mySlides {
  display: none;
}
.header {
  display: block;
  top: 0;
  left: 0;
  height: 98px;
  margin: 0 auto;
  padding: 1.5rem 0;
  z-index: 100;
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
}
.header .wrapper,
.header-item-center,
.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header .wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-item-left {
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
}
.header-item-center {
  display: flex;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.header-item-right .menu-icon {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  color: #b90005;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 0.8rem;
}
.header .menu > ul > li > a {
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid #b90005;
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bannerSPL {
  width: 100%;
  margin: 10px 5px 1rem;
}
,
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a,
.header .menu > ul > li .menu-subs > ul > li > a {
  line-height: 1.25;
  border: none;
  color: var(--color-black);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  outline: 0;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
  margin: 1.8rem;
  font-weight: 700;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  padding: 0.5rem 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--color-pink-700);
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tag-text p a,
a.read_button {
  transition: 0.2s;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.box_odd h2,
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover,
.header .menu > ul > li:hover > a,
.header-item-right a:hover,
.left-main-bodybox p a:link {
  color: #b90005;
}
.header-banner-row {
  max-width: 75rem;
  height: auto;
  overflow: hidden;
  margin: 110px auto 0;
}
.archmagcontent-image,
.box_odd,
.content-image,
.header-banner-row .header-col1,
.header-col2,
.header-col3,
.homecover,
.textover img,
.textover2 img,
.textover3 img {
  width: 100%;
}
.newspick-wrapper {
  max-width: 75rem;
  height: auto;
  overflow: hidden;
  margin: 12px auto 0;
}
.newspick-wrapper .col1 {
  width: 70.5%;
  height: auto;
  float: left;
  position: relative;
  display: inline-block;
}
.col1 .slick-dots {
  position: absolute;
  top: 295px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.lefrow1 .leftcol1,
.lefrow1 .leftcol2,
.lefrow2 .leftcol3 {
  margin: 0 2% 0 0;
  float: left;
}
.lefrow3 .leftcol4,
.lefrow6 .leftcol10,
.lefrow6 .leftcol9,
.newspick-wrapper .col1 .col1-content,
.newspick-wrapper .col2 .col2-content {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  float: left;
  border-radius: 15px;
}
.newspick-wrapper .col1 img {
  width: 100%;
  max-width: 832px;
  height: 330px;
  object-fit: cover;
  border-radius: 20px;
}
.col1 p {
  margin-bottom: 18px;
}
.col1 a:link,
.rightcol2-subs h2 {
  color: #fff;
}
.zoom-img {
  transition: 0.3s;
}
.zoom-img:hover {
  transform: scale(1.1);
  border-radius: 20px;
}
.zoom-imgset1 {
  border-radius: 20px;
  overflow: hidden;
}
.zoom-imgset2 {
  border-radius: 15px;
  overflow: hidden;
}
.textover,
.textover2,
.textover3,
.textover4,
.textover5 {
  position: relative;
}
.textover figcaption {
  position: absolute;
  box-sizing: border-box;
  width: 832px;
  color: #fff;
  border-radius: 0 0 20px 20px;
}
.textover figcaption h2 {
  color: #fff;
  font-weight: 600;
}
.textover figcaption p {
  color: #fff;
  font-weight: 400;
}
.textover2 figcaption,
.textover4 figcaption,
.textover5 figcaption {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}
.box_even_cat h1,
.title_cat_even h2,
.title_cat_even1 h2,
.title_cat_even_page h1,
.title_cat_odd h2,
.title_cat_odd1 h2 {
  margin: 0 0.3em;
  padding-right: unset;
  line-height: normal;
  display: -ms-flexbox;
  word-break: keep-all;
  font-size: 20px;
  text-transform: uppercase;
}
.textover2 figcaption h2 {
  color: #fff;
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 1.1rem;
}
.textover2 figcaption p,
.textover4 figcaption p,
.textover5 figcaption p {
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin: 5px 0 10px;
  border-left: 4px solid #b90005;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.textover3 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
}
.textover3 figcaption h2 {
  color: #b90005;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 0 1px #ccc;
  line-height: 1.8rem;
  margin-bottom: 10%;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
}
.post {
  display: flex;
  color: inherit;
  max-width: 400px;
  position: relative;
  padding: 2rem;
  box-shadow: inset 0 0 0 6px #000, inset -4px -4px 0 6px #ccc;
  background-color: #fff;
  cursor: pointer;
}
.footer-content,
.leaderboard-banner,
.maincontent-wrapper,
.searchbox-wrapper {
  max-width: 75rem;
  overflow: hidden;
}
.box_download_sidebar,
.next:hover,
.prev:hover,
.simplefavorites-clear,
a.read_button:hover,
footer {
  background-color: #9a0002;
}
.textover4 img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 20px;
}
.textover4 figcaption h2 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
  line-height: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.newspick-wrapper .col2 {
  width: 27.5%;
  height: auto;
  float: left;
}
.newspick-wrapper .col1 .col1-content {
  padding: 0.4rem;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0 2% 5px 0;
  border-radius: 15px;
}
.newspick-wrapper .col2 .col2-content {
  padding: 0.4rem 0.8rem;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0 0 0 6%;
}
.newspick-wrapper .col2 img {
  width: 100%;
  max-width: 300px;
  height: auto;
  text-align: center;
  padding: 0;
  max-height: 328px;
  object-fit: fill;
  border-radius: 5px;
}
.title_cat_even,
.title_cat_even1,
.title_cat_even_page,
.title_cat_odd,
.title_cat_odd1 {
  margin-bottom: 10px;
}
.box_even,
.box_even_cat,
.box_even_page {
  width: 100%;
  padding: 3px;
}
.box_even1,
.box_odd1 {
  width: 250px;
}
.box_even1 {
  padding: 3px;
}

.box_odd {
    width: 220px;
}

.box_odd,
.box_odd1 {

	width : 100%;
  padding: 3px;
}
.title_cat_even h2,
.title_cat_even_page h1,
.title_cat_odd h2 {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: 600;
}
.box_even_cat h1,
.title_cat_even1 h2,
.title_cat_odd1 h2 {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b90005;
  font-weight: 600;
  clear: left;
}
.int-title h3,
.leftcol9 .col-ttw-1 h1,
.regnews-box h3,
.vid-title h3 {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.box_download {
  background-color: #b90005;
  border-bottom: 3px solid #000;
  margin: 5px 11.5%;
  width: 266px;
}
.box_download .text1 {
  color: #fff;
  position: relative;
  font-size: 17px;
  padding: 0.6rem 0.7rem;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}
.leaderboard-banner {
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.maincontent-wrapper {
  height: auto;
  margin: 0 auto 30px;
}
.maincontent-wrapper .left-main-body {
  width: 72%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
}
.left-main-body .lefrow1 {
  width: 100%;
  height: 300px;
}
.lefrow1 .leftcol1,
.lefrow1 .leftcol2 {
  padding: 0;
  width: 48%;
  height: 289px;
}
.lefrow1 .leftcol1 .slick-dots,
.lefrow1 .leftcol2 .slick-dots {
  position: absolute;
  top: 218px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.leftcol1 img,
.leftcol2 img {
  object-fit: cover;
  height: 250px;
  width: 100%;
  border-radius: 20px;
}
.lefrow2 {
  width: 100%;
  height: 205px;
  margin-top: 1rem;
}
.lefrow2 .leftcol3 {
  padding: 0.2rem;
  width: 31.33%;
  height: 194px;
  overflow: hidden;
}
.leftcol3 img {
  object-fit: cover;
  height: 188px;
  width: 100%;
  border-radius: 20px;
}
.lefrow3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.8rem;
}

.lefrow3 .leftcol4,
.lefrow6 .leftcol10,
.lefrow6 .leftcol9 {
  padding: 0.4rem;
  width: 98%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 10px 0;
}
.lefrow3 .leftcol5 {
  width: 48%;
  height: 225px;
  float: left;
  margin: 0 2% 0 0;
}
.lefrow3 .leftcol5 .slick-dots {
  position: absolute;
  top: 195px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.lefrow3 .leftcol6 {
  width: 50%;
  height: 225px;
  float: left;
  margin: 0;
  border-left: 1px solid #e6e6e6;
}
.leftcol5 .video-box,
.leftcol6 .video-box,
.leftcol7 .int-box {
  margin: 0 20px 10px 5px;
  padding: 0 0 0 0.4rem;
  border-bottom: 1px dotted #e6e6e6;
  width: 100%;
  height: 70px;
}
.lefrow4 .leftcol6,
.lefrow4 .leftcol7,
.lefrow4 .leftcol8,
.lefrow5 .leftcol5 {
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.int-box .int-thumbnail,
.video-box .vid-thumbnail {
  float: left;
  position: relative;
  margin-right: 15px;
  width: 30%;
  max-width: 80px;
  height: 60px;
}
.leftcol9 .col-ttw-1,
.othermag {
  max-width: 300px;
  overflow: hidden;
}
.int-box .int-thumbnail img,
.video-box .vid-thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}
.con-list-box .con-title,
.int-box .int-title,
.video-box .vid-title {
  float: left;
  position: relative;
  width: 70%;
}
.lefrow4 {
  width: 100%;
  height: auto;
  margin-top: 1.5%;
  overflow: hidden;
}
.lefrow5 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lefrow5 .leftcol5 {
  width: 98%;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 1rem 2% 10px 0;
}
.eventList {
  width: 100%;
  float: left;
  height: auto;
}
.event-list-details {
  width: 100%;
  padding: 0 10px;
  margin: 0;
  border-right: 2px solid #033266;
  list-style: none;
  float: left;
}
.lefrow4 .leftcol6 {
  width: 48%;
  height: 455px;
  float: left;
  margin: 0 2% 10px 0;
}
.lefrow4 .leftcol7,
.lefrow4 .leftcol8 {
  height: 355px;
  margin: 0 2% 10px 0;
  float: left;
  border-radius: 15px;
}
.lefrow4 .leftcol7 {
  width: 58%;
}
.lefrow4 .leftcol8 {
  width: 38%;
}
.lefrow6 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.9rem;
}
.leftcol9 .col-ttw-1 {
  position: relative;
  width: 22%;
  float: left;
  margin: 0 1.5%;
}
.leftcol9 .col-ttw-1 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 15px;
}
.leftcol9 .col-ttw-1 h1 {
  margin-top: 15px;
  border-left: 3px solid #b90005;
  height: 1rem;
}
.leftcol9 .col-ttw-1 h2 {
  line-height: 1.2rem;
  font-size: 1rem;
  margin: 11px 0 20px 5px;
}
.con-content .con-title h3,
.textover5 figcaption h2 {
  font-weight: 600;
  text-shadow: 1px 0 1px #ccc;
  font-size: 1.1rem;
}
.lefrow6 .leftcol10 img {
  width: 199px;
  height: auto;
  margin: 0 2px;
}
.lefrow6 .leftcol10 element {
  width: 180px;
}
.textover5 figcaption h2 {
  color: #fff;
  text-align: left;
  line-height: 1.8rem;
}
.con_box {
  width: 100%;
  height: auto;
  background-color: #f1f1ef;
  margin: auto;
  padding: 8px;
}
.con_box img {
  position: relative;
  width: 105px;
  height: 105px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #b90005;
  object-fit: cover;
  border-radius: 15px;
}
.con-content {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.con-content .con-title {
  float: left;
  position: relative;
}
.con-content .con-title h3 {
  color: #033266;
  text-align: left;
  line-height: 1.5rem;
}
.con-content p {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5rem;
  font-weight: 400;
  padding-bottom: 1px;
}
.leftcol6 .con-list-box {
  margin: 0 5px 10px 0;
  padding: 0;
  border-bottom: 1px dotted #e6e6e6;
  width: auto;
  height: auto;
  overflow: hidden;
}
.industry_list-box {
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  float: left;
}
.industry_list-box .content-left {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.con-list-box .con-thumbnail,
.industry_list-box .con-thumbnail {
  margin-right: 10px;
  max-width: 101px;
  height: 101px;
  float: left;
  position: relative;
  margin-bottom: 5px;
}
.industry_list-box .content-right {
  width: 49%;
  float: left;
  margin-left: 1%;
}
.industry_list-box .con-thumbnail {
  width: 111px;
  border-radius: 15px;
}
.industry_list-box .con-title {
  float: left;
  position: relative;
  width: 118px;
}
.industry_list-box .con-title h3 {
  font-size: 1rem;
  line-height: 1.2rem;
}
.industry_list-box .con-title p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-style: italic;
  padding: 5px 0 0;
}
.con-list-box .con-thumbnail {
  width: 111;
}
.con-list-box h3 {
  font-size: 1rem;
  line-height: 1.9rem;
}
.con-list-box p {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.box_odd1_search {
  width: 330px;
  padding: 0;
  float: right;
}
.box_odd1_search input[type="text"],
select,
textarea {
  width: 65%;
  padding: 6px;
  border: 1px solid #34421e;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 0;
}
.box_odd1_search input[type="submit"] {
  background-color: #b90005;
  color: #fff;
  padding: 6px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 5px;
}
.searchbox-wrapper {
  height: auto;
  margin: 5px auto 0;
}
.bodycontent-wrapper {
  height: auto;
  margin: 5px auto 30px;
  max-width: 75rem;
  overflow: hidden;
}
.bodycontent-wrapper .left-main-bodybox,
.bodycontent-wrapper .left-main-bodypage,
.bodycontent-wrapper .left_content_interview {
  width: 70.5%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0.4rem 1rem;
  margin: 0 1.5% 5px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.left_content_interview img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.NewsList2 h2,
.left-main-bodybox h1 {
  font-weight: 600;
  text-align: left;
  font-size: 2rem;
  line-height: 2.2rem;
}
.breadcrumbs a:hover,
.footer-content a:active,
.footer-content a:hover,
.left-main-bodybox p a:hover {
  color: #fff;
  text-decoration: none;
}
.left-main-bodybox p {
  font-size: 1.1rem;
}
.left-main-bodybox .text-date {
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 5px 10px 5px 0;
  font-size: 0.9rem;
  line-height: 0.8rem;
  float: inherit;
}
.left-main-bodybox .para-border {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.left-main-bodybox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.left-main-bodybox .video-container .left_content_interview,
.video-container2 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 80%;
  margin: 0 10%;
}
.NewsList li,
.archive_box_content {
  padding: 10px;
  list-style: none;
  background: #f0f2f4;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.left-main-bodybox .aligncenter img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  border-radius: var(--media-radius, 0);
  margin-bottom: 20px;
}
.video-container embed,
.video-container iframe,
.video-container object,
.video-container2 embed,
.video-container2 iframe,
.video-container2 object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.related_post li {
  font-weight: 600;
  list-style-type: square;
  line-height: 1.5rem;
  font-size: 1rem;
}
.NewsList h1,
.NewsList2 h3 {
  line-height: 2.2rem;
  font-weight: 600;
  text-align: left;
}
.NewsList,
.NewsList2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style-type: none;
}
.NewsList h1 {
  font-size: 1.2rem;
}
.NewsList .Indprofdetails,
.NewsList .details,
.NewsList2 .Indprofdetails,
.NewsList2 .details {
  width: 100%;
  margin: 12px 0 0;
  overflow: hidden;
}
.NewsList .details img {
  width: 200px;
  float: left;
  height: 130px;
  border: none;
  outline: 0;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 15px;
}
.NewsList .Indprofdetails p,
.NewsList .details p,
.NewsList2 .Indprofdetails p,
.archive-col2 ul {
  margin: 0;
}
.NewsList .Indprofdetails img,
.NewsList2 .Indprofdetails img,
.NewsList2 .details img {
  margin-right: 20px;
  float: left;
  outline: 0;
  object-fit: cover;
}
.NewsList .Indprofdetails img {
  width: 166px;
  height: 181px;
  border: none;
}
.NewsList ul,
.NewsList2 ul {
  list-style: none;
  margin: 0 0 20px;
}
.NewsList li,
.NewsList2 li {
  margin: 10px 5px 5px;
}
.NewsList2 h3 {
  font-size: 1.5rem;
}
.NewsList2 .details img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 15px;
}
.NewsList2 .Indprofdetails img {
  width: 100%;
  height: 181px;
  border: none;
}
.button-aligh {
  margin: 5px;
  width: 100%;
}
a.read_button {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #fff;
  margin: 0 0.3em 0.3em 30px;
  border-radius: 0.12em;
  font-weight: 500;
  color: #fff;
  background-color: #033266;
  float: right;
}
a.read_button:hover {
  color: #b90005;
  box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
}
.tag-text {
  line-height: 2rem;
}
.tag-text p a {
  padding: 0.2em 0.3em;
  border: 1px solid #b90005;
  margin: 0;
  border-radius: 0.12em;
  font-weight: 500;
  color: #b90005;
  font-size: 0.9rem;
}
.archive_box_content {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 5px 5px;
}
.archive_box_content .archive-col1 {
  width: 25%;
  height: auto;
  float: left;
}
.archive-col1 img {
  cursor: pointer;
  box-shadow: rgb(51 51 51) 5px 5px 5px -4px;
  width: 200px;
  max-height: 225px;
  object-fit: cover;
  object-position: center top;
}
.archive-col2 li {
  list-style: square inside;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-left: 20px;
}
.archive_box_content .archive-col2 {
  width: 74%;
  float: left;
  padding-left: 2%;
}
.cat-h1 {
  width: 100%;
  float: left;
}
.cat-h1 .box1 {
  float: left;
  width: 85%;
}
.cat-h1 .box2 {
  float: right;
  width: 15%;
}
.simplefavorite-button.preset {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b90005;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1),
    1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.1em 0.3em 0.1em 1.9em;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.9rem;
}
.simplefavorite-button.preset i {
  position: absolute;
  font-size: 1.1em;
  left: 0.2em;
  margin: 0.1rem;
}
.simplefavorites-clear {
  display: inline-block;
  padding: 0.1em 0.6em;
  border: 0.1em solid #fff;
  margin: 0 0.3em 0.3em 10px;
  border-radius: 0.12em;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: 0.2s;
  float: right;
}
.bodycontent-wrapper .right-main-bodybox,
.maincontent-wrapper .right-main-body {
  width: 27.5%;
  height: auto;
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 5px 0 0;
}
.right-main-body .rightcol1,
.right-main-body .rightcol2,
.right-main-body .rightcol2-subs {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 0.4rem;
  height: auto;
}
.right-main-body .rightcol2,
.right-main-body .rightcol2-subs {
  margin: 5% 0 0;
  overflow: hidden;
}
/* .right-main-body .rightcol2-subs {
  background: linear-gradient(to right, #b90005, #033266) rgba(0, 0, 0, 0);
} */
.right-main-body .rightcol3,
.right-main-bodybox .magcol1 {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.rightcol2-subs img {
  padding: 15px;
}
.rightcol2-subs input[type="submit"] {
  background-color: #c54ead;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 5px;
}
.signupframe input[type="email"],
.signupframe input[type="text"],
.signupframe select {
  width: 100%;
  padding: 6px;
  border: 1px solid #b90005;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin: 5px;
}
.signupframe input[type="submit"] {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 20px;
  border-radius: 1px;
  cursor: pointer;
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 5px;
}
.right-main-body .rightcol3 {
  padding: 0.4rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 5% 0 5px;
  font-family: Lato, sans-serif;
}
.rightcol3 h1 {
  margin: 1px 15px 0 0;
  color: #033266;
  text-align: left;
  font-size: 1rem;
  position: relative;
  border-bottom: 1px solid #b90005;
}
.rightcol3 .regnews-box {
  margin: 0 20px 10px 0;
  padding: 5px 0 0;
  width: 100%;
  height: 70px;
}
.regnews-box .reg-thumbnail img {
  float: left;
  position: relative;
  margin-right: 10px;
  width: 30%;
  max-width: 65px;
  height: 65px;
  border-radius: 10px;
  object-fit: cover;
}
.regnews-box .vid-title {
  float: left;
  position: relative;
  width: 72%;
}
.regnews-box p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.right-main-bodybox .magcol1 {
  padding: 0.4rem 1.2rem;
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
.box_download_sidebar {
  margin-top: 5px;
}
#myBtn,
.copyright {
  background-color: #090909;
  color: #fff;
}
.box_download_sidebar .text1 {
  color: #fff;
  position: relative;
  font-size: 17px;
  padding: 0.6rem 0.7rem;
  text-transform: UPPERCASE;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
footer {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  clear: both;
  box-shadow: 0 -3px 5px -5px #000;
}
.footer-content {
  margin: 0 auto;
}
.footer-content ul {
  list-style: none;
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.footer-content h2 {
  list-style: none;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.footer-content a {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.8rem;
  text-decoration: none;
}
.footer-content .footer-col1 {
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 20px;
}
.footer-content .footer-col2,
.footer-content .footer-col3,
.footer-content .footer-col4 {
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 5px 20px;
}
.copyright {
  border-top: 1px solid #5f5f5f;
  font-size: 14px;
  padding: 6px;
  line-height: 1.6rem;
  width: auto;
  overflow: hidden;
}
.download-page,
.next,
.prev {
  display: inline-block;
  padding: 0;
}
.fa.fa-circle-phone,
.fa.fa-envelope {
  font-size: 20px;
  padding: 3px 5px 0 0;
}
.amazon-ai-flag {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0 10px 0 0;
  float: right;
}
.wp-block-image {
  margin: 30px 0 1em;
}
#myBtn {
  display: none;
  bottom: 100px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
}
#myBtn:hover {
  background-color: #999;
}
.slideshow-container {
  position: relative;
  margin: auto;
}
.dot2 {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s;
}
.active1,
.dot2:hover {
  background-color: #b90005;
  border-radius: 50%;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.title_cat_even1 .nextprev,
.title_cat_odd1 .nextprev {
  float: right;
}
.next,
.prev {
  cursor: pointer;
  top: 1%;
  width: 25px;
  height: 25px;
  margin-top: -22px;
  color: #033266;
  font-weight: 400;
  font-size: 14px;
  transition: 0.6s;
  user-select: none;
  border: 1px solid #b90005;
  margin-right: 5px;
}
.next {
  right: 0;
  border-radius: 2px;
}
.breadcrumbs {
  font-size: 0.8rem;
  color: #778;
  font-variant: normal;
}
.breadcrumbs p {
  margin: 10px 0;
}
.bodycontent-wrapper .left-main-bodyinterview {
  width: 71.5%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
  padding: 0.4rem 1rem;
}
.left-main-bodyinterview h1 {
  font-weight: 600;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.2rem;
  background-color: #b90005;
  width: 50%;
  margin: 0 0 20px;
  padding: 3px 3px 3px 10px;
  color: #fff;
}
.left-main-bodyinterview .left-intvcol1 {
  width: 30%;
  height: auto;
}
.left-intvcol1 img {
  width: 160px;
  height: 160px;
  float: left;
  margin-right: 15px;
  object-fit: cover;
}
.left-main-bodyinterview .left-intvcol2 {
  color: #898989;
  padding: 10px 0 10px 15px;
  border-left: 2px solid #b90005;
  font-style: italic;
  width: 70%;
  float: left;
  margin-top: 2%;
}
.left-main-bodyinterview .interview_topworp {
  padding: 0.8rem;
  background-color: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 0 5px;
}
.left-main-bodyinterview .interview_bottomworp {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
  height: auto;
  overflow: hidden;
  float: left;
  margin: 1rem 0 10px;
  width: 100%;
}
.left-main-bodyinterview .interview_bottomworp ul li {
  font-weight: 500;
  list-style-type: square;
  line-height: 1.5rem;
  font-size: 1rem;
}
.download-page {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
}
.download-page h1 {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.download-page .col1 {
  width: 45%;
  margin-right: 4%;
  height: auto;
  float: left;
  background-color: #f0f2f4;
  padding: 1.5rem;
}
.download-page .col1 img {
  cursor: pointer;
  box-shadow: #333 5px 5px 5px -4px;
  width: 420px;
  max-height: 580px;
  object-fit: cover;
  object-position: center top;
}
.download-page .col2 {
  width: 50%;
  height: auto;
  float: left;
}
.othermag {
  position: relative;
  width: 23%;
  margin: 0 1%;
  float: left;
}
.othermag .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 96%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.archmag:hover .content-overlay,
.othermag:hover .content-overlay {
  opacity: 1;
}
.archmag h2,
.othermag h2 {
  background-color: #b90005;
  width: auto;
  padding: 4px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archmag:hover .content-details,
.othermag:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
.archmag .fadeIn-bottom,
.othermag .fadeIn-bottom {
  top: 80%;
}
.archmag {
  position: relative;
  width: 199px;
  height: auto;
  margin: 0 2px;
  overflow: hidden;
  float: left;
}
.archmag .content-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tribe-events-single-event-title {
  font-size: 1.8rem;
}
.contact-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  float: left;
  margin-bottom: 20px;
}
.contact-box .col1 {
  border-radius: 4px;
  float: left;
  width: 49%;
  margin-right: 1%;
  border: 1px solid #ccc;
}
.contact-box .col2 {
  border-radius: 4px;
  float: left;
  width: 49%;
  margin-left: 1%;
  border: 1px solid #ccc;
}
.fa.fa-whatsapp {
  font-size: 1.6rem;
  color: #fff;
  padding: 0;
  background-color: green;
  border-radius: 100%;
  width: 22px;
  height: 22px;
}
.fa.fa-pinterest-p, .fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 220px !important;
  max-width: 220px !important;
  border-radius: 2rem !important;
}
.circulation-box,
.specialissue-box {
  width: 100%;
  padding: 5px 0 10px;
  float: left;
}
.circul-chart1 {
  width: 100%;
  padding: 10px;
  float: left;
  text-align: center;
}
.circul-chart1 img {
  width: 80%;
  height: auto;
  padding: 10px;
}
.circul-chart2 {
  width: 100%;
  padding: 10px;
  float: left;
  text-align: center;
  background-color: #cccdcf;
}
.circulation-box1,
.circulation-box2 {
  width: 50%;
  padding: 10px;
  float: left;
}
.circul-chart2 img {
  width: 100%;
  height: auto;
  padding: 10px;
}
.circulation-box2 {
  height: 380px;
}
.cir-col01,
.cir-col02,
.cir-col03 {
  width: 33.3333%;
  height: 150px;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button {
  position: relative;
  display: none;
}
.app-page-logo {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
}
.app-page-logo img {
  width: 55%;
  height: auto;
  padding: 20px;
}
.app-box {
  width: 100%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  float: left;
}
#comments {
  clear: both;
  width: 100%;
}
#comments form {
  clear: both;
  width: 60%;
}
.middle-cont {
  margin: 30% 0 20%;
  text-align: center;
}
.specialissue-col01,
.specialissue-col02 {
  width: 50%;
  text-align: left;
  float: left;
  margin-bottom: 20px;
}
.event-home,
.ttw-google-news {
  text-align: center;
  color: #fff;
}
.specialissue-col01 {
  height: 200px;
}
.specialissue-col02 {
  height: auto;
  overflow: hidden;
}
.specialissue-box .spl-boxbg-ldd {
  background-color: #fff;
  height: 205px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
  margin: 10px;
  width: 95%;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 10px;
}
.goog-te-gadget img {
  vertical-align: middle;
  border: none;
  width: auto;
  height: 20px;
  display: none;
}
.event-home {
  width: 60px;
  height: 60px;
  background-color: #f0f2f4;
  float: left;
  margin: 10px;
}
.ttw-google-news {
  background: #b90005;
  padding: 10px;
  margin-top: 20px;
  width: 50%;
}
.ttw-google-news a {
  margin: 0;
  color: #fff;
}
.formbold-mb-3 {
  margin-bottom: 15px;
}
.formbold-relative {
  position: relative;
}
.formbold-opacity-0 {
  opacity: 0;
}
.formbold-stroke-current {
  stroke: currentColor;
}
#supportCheckbox:checked ~ div span {
  opacity: 1;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 570px;
  width: 100%;
  background: white;
  padding: 40px;
}

.formbold-img {
  margin-bottom: 45px;
}

.formbold-form-title {
  margin-bottom: 30px;
}
.formbold-form-title h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #07074d;
}
.formbold-form-title p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-top: 12px;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.formbold-input-flex > div {
  width: 50%;
}
.formbold-form-input {
  text-align: center;
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
  color: #536387;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-checkbox-label {
  display: flex;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}
.formbold-checkbox-label a {
  margin-left: 5px;
  color: #6a64f1;
}
.formbold-input-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.formbold-checkbox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  margin-top: 2px;
  border: 0.7px solid #dde3ec;
  border-radius: 3px;
}

.formbold-btn {
  font-size: 16px;
  border-radius: 5px;
  padding: 14px 25px;
  border: none;
  font-weight: 500;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
  margin-top: 25px;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
