/*!
Theme Name: Narra 2024
Author: Nathan Palaganas
*/
.site-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 2rem 5rem;
  background-color: #FEFCF6;
}
.site-header .site-branding img {
  width: 115px;
  height: auto;
}
.site-header .main-navigation ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
.site-header .main-navigation ul li {
  display: inline-block;
  margin-right: 2.5em;
}
.site-header .main-navigation ul li:last-of-type {
  margin-right: 0;
}
.site-header .main-navigation ul li a {
  text-decoration: none;
  position: relative;
  font-family: 'Figtree-Bold';
  font-weight: 800;
}
.site-header .main-navigation ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.language-menu-container,
.language-menu-container-mobile {
  align-self: center;
}
.language-menu-container .language-button,
.language-menu-container-mobile .language-button,
.language-menu-container .language-button-mobile,
.language-menu-container-mobile .language-button-mobile {
  background-color: transparent;
  border: none;
  color: #667085;
  padding: 8px 0 8px 2.5rem;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.language-menu-container .language-button i,
.language-menu-container-mobile .language-button i,
.language-menu-container .language-button-mobile i,
.language-menu-container-mobile .language-button-mobile i {
  margin-left: 8px;
  font-size: 12px;
}
.language-menu-container .dropdown-menu,
.language-menu-container-mobile .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  min-width: 100px;
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px;
}
.language-menu-container .dropdown-menu a,
.language-menu-container-mobile .dropdown-menu a {
  color: #333;
  /* Dark text color */
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
}
.language-menu-container .dropdown-menu a:hover,
.language-menu-container-mobile .dropdown-menu a:hover {
  background-color: #f0f0f0;
}
/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
.menu-toggle {
  display: none;
  right: 40px;
  top: 13px;
  z-index: 11;
  width: 30px;
  cursor: pointer;
}
.menu-toggle span.bar {
  display: block;
  margin-top: 7px;
  height: 2px;
  margin-bottom: 7px;
  z-index: 2;
  background-color: #283F46;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-toggle span.bar.top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle span.bar.middle-bar {
  opacity: 1;
}
.menu-toggle span.bar.bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle.toggled span.bar.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 200%;
  -moz-transform-origin: 0% 200%;
  -ms-transform-origin: 0% 200%;
  -o-transform-origin: 0% 200%;
  transform-origin: 0% 200%;
}
.menu-toggle.toggled span.bar.middle-bar {
  opacity: 0;
}
.menu-toggle.toggled span.bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 20% 10%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 10002;
  cursor: pointer;
}
nav.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
}
nav.mobile-navigation .nav-container {
  padding: 0 15px;
  position: fixed;
  width: 80%;
  overflow-y: scroll;
  height: 100%;
  font-size: 15px;
  text-transform: uppercase;
}
nav.mobile-navigation .nav-container ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
nav.mobile-navigation .nav-container ul li {
  padding: 10px;
}
nav.mobile-navigation .nav-container ul li.current_page_item a {
  font-weight: 700;
}
nav.mobile-navigation .nav-container ul a {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1272px) {
  .site-header .header-box .main-navigation ul li {
    padding-right: 1.2vw;
  }
  .site-header .header-box .main-navigation ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  body {
    position: relative;
    right: 0;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.menu-visible {
    right: 80%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.menu-visible #masthead {
    left: -80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay.toggled {
    width: 20%;
  }
  nav.mobile-navigation {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  nav.mobile-navigation.toggled {
    width: 80%;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    right: 20px;
    top: 20px;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation .language-menu-container {
    display: none;
  }
  .site-header {
    left: 0;
    padding: 1.5rem 1rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .site-header .site-branding {
    display: inline-block;
  }
  .site-header .site-branding img {
    width: 120px;
  }
  .site-header .language-menu-container-mobile .language-button-mobile {
    padding: 8px 1rem 8px 0;
  }
}
html {
  width: 100%;
  overflow-x: hidden;
}
.site-main {
  margin-top: 108px;
}
body.admin-bar header {
  top: 32px;
}
h1 {
  font-size: 36px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Figtree-Bold';
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #283F46;
}
.primary-font-color {
  color: #283F46;
}
.secondary-font-color {
  color: #344054;
}
.default-bgcolor {
  background-color: #FEFCF6;
}
.primary-bgcolor {
  background-color: #C7E995;
}
.secondary-bgcolor {
  background-color: #283F46;
}
.lightgreen-bgcolor {
  background-color: #E1F3CB !important;
}
.primary-font {
  font-family: 'Inter-Regular';
}
.secondary-font {
  font-family: 'Figtree-Regular';
}
.secondary-font-bold {
  font-family: 'Figtree-Bold';
}
p {
  color: #344054;
  font-family: 'Inter-Regular';
}
.bottom-spacer {
  margin-bottom: 30px;
}
.curve-bg,
.curve-bg-2 {
  position: relative;
}
.curve-bg img,
.curve-bg-2 img {
  width: 100%;
}
.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 10;
  border-radius: 8px;
}
.list-item:hover .hover-image {
  display: block;
}
.list-item {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
  transition: box-shadow 0.3s;
}
.list-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.primary-btn {
  background-color: #C7E995;
  border-radius: 33px;
  display: inline-block;
}
.primary-btn a {
  padding: 10px 35px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Figtree-Bold';
}
.primary-btn:hover {
  background-color: #E1F3CB;
}
.primary-btn:active,
.primary-btn.pressed {
  background-color: #B3D87C;
}
.secondary-btn {
  background-color: #283F46;
  border-radius: 33px;
  display: inline-block;
}
.secondary-btn a {
  padding: 10px 35px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'Figtree-Bold';
}
.secondary-btn:hover {
  background-color: #3B5B65;
}
.secondary-btn:active,
.secondary-btn.pressed {
  background-color: #18272B;
}
/*--------------------------------------------------------------
## Animations/Transitions
--------------------------------------------------------------*/
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.slow-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--------------------------------------------------------------
## Fonts 
--------------------------------------------------------------*/
@font-face {
  font-family: 'Inter-Regular';
  src: url('fonts/Inter-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Figtree-Regular';
  src: url('fonts/Figtree-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Figtree-SemiBold';
  src: url('fonts/Figtree-SemiBold.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Figtree-Bold';
  src: url('fonts/Figtree-Bold.ttf');
  font-display: swap;
}
@media screen and (max-width: 991px) {
  .site-main {
    margin-top: 85px;
  }
  h1 {
    font-size: 30px;
  }
}
.footer-curve-background {
  margin-bottom: -35px;
}
.site-footer {
  background-color: #283F46;
  padding: 5rem 5rem;
}
.site-footer .site-info hr {
  border-color: #fff;
}
.site-footer .site-info p {
  margin-bottom: 0;
  color: #fff;
}
.home-banner {
  background: url('images/tree-ring-lilac.png') no-repeat right top;
  background-color: #FEFCF6;
}
.home-banner .banner-details {
  position: absolute;
  left: 7%;
  align-self: center;
  margin-top: -61px;
}
.home-banner .banner-details h1 {
  margin-bottom: 30px;
  font-family: 'Figtree-Bold';
}
.home-banner .banner-details p {
  margin-bottom: 30px;
  font-size: 18px;
}
.home-banner .banner-image {
  padding-top: 4rem;
  position: relative;
}
.home-banner .banner-image img {
  float: right;
}
.home-services {
  padding: 4rem 0;
  background: url('images/tree-ring-lilac-1.png') no-repeat top 10% left, url('images/tree-ring-lilac-2.png') no-repeat bottom right;
  background-color: #C7E995;
}
.home-services .list-services {
  margin-top: 3rem;
  text-align: center;
}
.home-services .list-services ul {
  display: inline-flex;
}
.home-services .list-services ul li {
  margin-right: 1rem;
}
.home-services .list-services ul li button {
  color: #6B8767;
}
.home-services .list-services ul li button.active {
  background-color: #E1F3CB !important;
  color: #283F46;
  border-radius: 25px;
  padding: 8px 28px;
}
.home-services .list-services ul li:last-of-type {
  margin-right: 0;
}
.home-services .tab-content {
  margin-top: 3rem;
}
.home-services .tab-content .tab-pane .featured-image {
  border-radius: 10px;
  text-align: center;
  align-content: center;
  height: 450px;
  background-color: #E1F3CB !important;
}
.home-services .tab-content .tab-pane .featured-image img {
  max-height: 350px;
}
.home-services .tab-content .tab-pane .tab-details {
  align-content: center;
  padding: 0 2rem;
}
.home-services .tab-content .tab-pane .tab-details h3 {
  margin-bottom: 30px;
}
.home-services .tab-content .tab-pane .tab-details p {
  margin-bottom: 30px;
}
.home-services .service-curve-background {
  position: relative;
  margin-top: -88px;
}
.home-comparison {
  padding: 3rem 0 4rem;
  background-color: #FEFCF6;
}
.home-comparison .table {
  margin-top: 3rem;
}
.home-comparison .table thead th {
  height: 108px;
  align-content: center;
  text-align: center;
  background-color: #FEFCF6;
}
.home-comparison .table thead th.title {
  width: 40%;
}
.home-comparison .table thead th.narra {
  width: 30%;
  background-color: #C7E995;
}
.home-comparison .table thead th.narra img {
  width: 132px;
}
.home-comparison .table thead th.eap {
  width: 30%;
  font-size: 18px;
}
.home-comparison .table thead th.eap span {
  font-size: 14px;
  font-weight: 400;
}
.home-comparison .table tbody td {
  background-color: #FEFCF6;
  padding: 1rem;
}
.home-comparison .table tbody td .tooltip-icon {
  width: 18px;
  margin-left: 10px;
}
.home-comparison .table tbody td .table-icon {
  width: 34px;
}
.home-comparison .table tbody td.narra-td {
  background-color: #F3F9EB;
}
.home-serving {
  background-color: #FEFCF6;
  padding-bottom: 5rem;
}
.home-serving .card-section {
  margin-top: 3rem;
}
.home-serving .card-section .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #EEF4F0;
  border: none;
  border-radius: 0;
}
.home-serving .card-section .card .card-body {
  padding: 1.5rem 1.5rem 0;
  flex-grow: 1;
}
.home-serving .card-section .card .card-body h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
.home-serving .card-section .card .card-body p {
  margin-bottom: 10px;
  font-size: 16px;
}
.home-serving .card-section .card .card-body img {
  width: 100%;
  object-fit: cover;
}
.home-serving .card-section .card .card-footer {
  padding-bottom: 0;
  background-color: transparent;
  border: none;
}
.budget-section {
  padding: 5rem 0 8rem;
  background: url('images/tree-ring-lilac-2.png') no-repeat bottom 45% right;
  background-color: #C7E995;
}
.budget-section .slider-container {
  margin-bottom: 20px;
}
.budget-section .slider-container .slider-value {
  text-align: center;
}
.budget-section .slider-container .slider-value #budget-value {
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 36px;
}
.budget-section .slider-container #budget-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #1a6699 50%, #e1f3cb 50%);
  border-radius: 8px;
  outline: none;
  transition: background 0.3s ease;
  margin-bottom: 3rem;
}
.budget-section .slider-container #budget-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #1a6699 50%, #e1f3cb 50%);
  border-radius: 8px;
  cursor: pointer;
}
.budget-section .slider-container #budget-slider::-moz-range-thumb {
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #1a6699 50%, #e1f3cb 50%);
  border-radius: 8px;
  cursor: pointer;
}
.budget-section .slider-container .roi-container .roi-value {
  margin-bottom: 1rem;
  font-size: 72px;
  font-weight: bold;
  color: #283F46;
}
.home-how-it-work {
  padding: 5rem 0 8rem;
  background: url('images/tree-ring-lilac-3.png') no-repeat left 50%;
  background-color: #283F46;
}
.home-how-it-work h1 {
  color: #C7E995;
}
.home-how-it-work .process-list {
  margin: 3rem 0;
}
.home-how-it-work .process-list ul {
  display: block;
}
.home-how-it-work .process-list ul li {
  margin-bottom: 1.5rem;
}
.home-how-it-work .process-list ul li button {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.home-how-it-work .process-list ul li button.active p {
  opacity: 1;
  color: #C7E995;
}
.home-how-it-work .process-list ul li button.active span {
  opacity: 1;
}
.home-how-it-work .process-list ul li button span {
  padding: 9px 17px;
  text-align: center;
  background-color: #B29EFF;
  border-radius: 33px;
  font-size: 16px;
  color: #000;
  margin-right: 15px;
  opacity: 0.5;
}
.home-how-it-work .process-list ul li button p {
  opacity: 0.5;
  color: #C7E995;
  text-align: left;
  font-size: 24px;
  margin-bottom: 0;
}
.home-how-it-work .tab-pane .featured-image {
  text-align: center;
}
.home-how-it-work .tab-pane .featured-image img {
  max-height: 500px;
}
.home-organization {
  background-color: #C7E995;
  padding: 5rem 0;
}
.home-organization .card {
  text-align: center;
  padding: 30px;
  height: 100%;
  box-shadow: 0px 4px 10px 0px #A0A0A040;
  border-radius: 10px;
}
.home-organization .card img {
  height: auto;
  width: 120px;
  margin: 0 auto;
}
.home-organization .card h4 {
  margin-top: 20px;
}
.home-faq {
  background-color: #FEFCF6;
  padding: 5rem 0 5rem;
}
.home-faq .faq-block {
  margin-top: 3rem;
  text-align: center;
}
.home-faq .faq-block ul {
  display: inline-flex;
}
.home-faq .faq-block ul li {
  margin-right: 1rem;
}
.home-faq .faq-block ul li button {
  color: #6B8767;
}
.home-faq .faq-block ul li button.active {
  background-color: #E1F3CB !important;
  color: #283F46;
  border-radius: 25px;
  padding: 8px 28px;
}
.home-faq .faq-block ul li:last-of-type {
  margin-right: 0;
}
.home-faq .tab-content {
  margin-top: 3rem;
}
.home-faq .tab-content .tab-pane .accordion .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #E4E7EC;
  padding-bottom: 2rem;
}
.home-faq .tab-content .tab-pane .accordion .accordion-item .accordion-header button.accordion-button {
  background-color: transparent;
  padding: 2rem 0 0;
  font-size: 18px;
  box-shadow: none;
}
.home-faq .tab-content .tab-pane .accordion .accordion-item .accordion-header button.accordion-button:focus {
  box-shadow: none;
}
.home-faq .tab-content .tab-pane .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
  color: #101828;
  font-weight: 600;
}
.home-faq .tab-content .tab-pane .accordion .accordion-item .accordion-body {
  padding: 15px 3rem 0 0;
  color: #344054;
  font-size: 16px;
}
.upper-footer {
  background-color: #C7E995;
  padding: 3rem 0;
}
@media screen and (max-width: 991px) {
  .curve-bg,
  .curve-bg-2 {
    display: none;
  }
  .home-banner {
    background: url(images/tree-ring-lilac.png) no-repeat right bottom;
    background-color: #FEFCF6;
    padding-top: 2rem;
  }
  .home-banner .banner-image img {
    float: unset;
    width: 100%;
  }
  .home-banner .banner-details {
    position: unset;
    margin-top: 0;
    text-align: center;
  }
  .home-banner .banner-details h1 {
    font-size: 28px;
  }
  .home-banner .banner-details p {
    font-size: 14px;
  }
  .home-services {
    background: none;
    background-color: #C7E995;
    padding: 4rem 0 2rem;
  }
  .home-services .list-services {
    margin-top: 1.5rem;
  }
  .home-services .list-services ul {
    justify-content: space-evenly;
  }
  .home-services .tab-content .tab-pane .featured-image {
    height: 350px;
  }
  .home-services .tab-content .tab-pane .featured-image img {
    max-height: 250px;
  }
  .home-services .tab-content .tab-pane .tab-details {
    padding: 2rem 0rem;
    text-align: center;
  }
  .home-services .tab-content .tab-pane .tab-details h3,
  .home-services .tab-content .tab-pane .tab-details p {
    text-align: left;
  }
  .home-comparison h1 {
    font-size: 36px;
  }
  .home-comparison .table thead th.narra img {
    width: 90px;
  }
  .home-comparison .table tbody td {
    padding: 1rem 0;
  }
  .home-serving {
    padding-bottom: 3rem;
  }
  .home-serving .card-section .col-md-4 {
    margin-bottom: 20px;
  }
  .home-serving .card-section .card .card-body {
    padding: 2rem 2rem 0;
  }
}
.contact-us {
  padding-top: 5rem;
  margin-bottom: 10rem;
  background-color: #FEFCF6;
}
.contact-us .list-contact-form {
  text-align: center;
  margin: 3rem 0;
}
.contact-us .list-contact-form ul {
  display: inline-flex;
}
.contact-us .list-contact-form ul li {
  margin-right: 1rem;
}
.contact-us .list-contact-form ul li button {
  color: #6B8767;
}
.contact-us .list-contact-form ul li button.active {
  background-color: #E1F3CB !important;
  color: #283F46;
  border-radius: 25px;
  padding: 8px 28px;
}
.contact-us .list-contact-form ul li:last-of-type {
  margin-right: 0;
}
.contact-us .tab-content .featured-image img {
  width: 100%;
}
.contact-us .tab-content .tab-details .wpcf7-form p {
  margin-bottom: 0;
}
.contact-us .tab-content .tab-details label {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-us .tab-content .tab-details label .required {
  color: red;
}
.contact-us .tab-content .tab-details .wpcf7-form-control {
  margin-bottom: 1rem;
}
.contact-us .tab-content .tab-details .wpcf7-text {
  width: 100%;
  border-radius: 8px;
  border-color: #D0D5DD !important;
  border: 1px solid;
  height: 40px;
  background-color: #FFFFFF;
}
.contact-us .tab-content .tab-details .wpcf7-textarea {
  width: 100%;
  border-radius: 8px;
  height: 150px;
  border-color: #D0D5DD !important;
}
.contact-us .tab-content .tab-details .wpcf7-submit {
  margin-top: 1rem;
  background-color: #283F46;
  color: #fff;
  width: 100%;
  padding: 10px 35px;
  font-weight: 500;
  border-radius: 33px;
}
