
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
      url('../fonts/GoogleSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-BoldItalic.woff2') format('woff2'),
      url('../fonts/GoogleSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Italic.woff2') format('woff2'),
      url('../fonts/GoogleSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
      url('../fonts/GoogleSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-MediumItalic.woff2') format('woff2'),
      url('../fonts/GoogleSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
      url('../fonts/GoogleSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GoogleSans-Medium';
  src: url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
      url('../fonts/GoogleSans-Regular.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GoogleSans-Regular';
  src: url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
      url('../fonts/GoogleSans-Regular.woff') format('woff'),
      url('/fonts/GoogleSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;

}

:root {
  --bs-primary: #cd188a;
  --bs-secondary: rgb(11, 188, 231);
  --bs-success: #229A5A;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F2F2F2;
  --bs-dark: #333333;
  --bs-red: #FF2E63;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #5B5B5B;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.5625rem;
  --bs-body-color: #000;
  --bs-body-bg: #FFF;
  --bs-font-sans-serif:'Google Sans';
  --bs-font-monospace: 'Google Sans';
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-space: 3.75rem;
  --mm-line-height: 1.25rem;
  --mm-listitem-size: 2.75rem;
  --mm-navbar-size: 2.75rem;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: #e5e5e5;
  --mm-color-button: var(--bs-primary);
  --mm-color-text: #FFF;
  --mm-color-text-dimmed: #FFF;
  --mm-color-background: var(--bs-primary);
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  --bs-link-color: var(--bs-primary);
  --bs-link-hover-color: var(--bs-secondary);
  --container-width: 1320px;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #CCC;
}

@media (min-width: 991px) {
  :root {
    --bs-space: 5rem;
  }
}

.pagination {
  --bs-pagination-padding-x: 0rem;
  --bs-pagination-padding-y: 0rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-color: #555;
  --bs-pagination-bg: #FFF;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: #FFF;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--bs-primary);
  --bs-pagination-hover-border-color: var(--bs-primary);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--bs-primary);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: #003CC5;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  justify-content: flex-start;
}

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: normal;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #FFF;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  --bs-btn-hover-bg: var(--bs-secondary);
  color: #FFF !important;
}


.row {
  --bs-gutter-x: 30px;
}

.container, 
.container-fluid, 
.container-xxl, 
.container-xl, 
.container-lg, 
.container-md, 
.container-sm {
  --bs-gutter-x: 30px;
}

html{
  scroll-behavior: smooth !important;
}

.main-page-content,
.fullwidth_content,
.fullwidth_content_two,
.fullwidth_content_three{
  font-size: 1rem;
}

a:hover,
.region-sidebar-second ul.sf-menu .menuparent:hover{
  color: #35939a; 
  text-decoration: none;
}
a:focus {
  color: #333;
  text-decoration: none;
}
a{
  color: #333333;
  text-decoration: none;
  -webkit-transition: color .3s ease-in;
  -moz-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}
.region-content a,
.views-label-field-link a,
.view-second-body a,
.views-field-body a{
  color: #333333;
  border-bottom: 0 none;
}
.views-field-title a,
h2 a,
h3 a,
h4 a {
  border-bottom: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  text-align: center;
}
h2:before {
  position: absolute;
  background: #000;;
  height: 4px;
  width: 100px;
  margin-left: -50px;
  left: 50%;
  top: 0;
  content: " ";
}

h2, .h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 4.375rem;
  color: #000;
  padding-top: 15px;
}

h2.title-small {
  font-size: 3rem;
}

h1, .h1 {
  font-size: 3.75rem;
  letter-spacing: -0.02em;
  margin: 0.67em 0;
}
h3, .h3 {
  font-size: 1.875rem;
  color: black;
  line-height: 2.5rem;
  font-family: 'GoogleSans-Medium';
  font-weight: 600;
}
h4, .h4 {
  font-size: 1.125rem;
  color: #4d4d4d;
  letter-spacing: 0.03em;
}
h5, .h5 {
  font-size: 1rem;
  color: black;
}
h6, .h6 {
  font-size: 0.813rem;
  color: #4d4d4d;
  letter-spacing: 0.05em;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  margin-bottom: 30px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h2.views-label.bigsize,
h2.bigsize,
h2.mediumsize{
  font-size: 2.5rem !important;
  margin-bottom: 1rem !important;
  font-weight: bold !important;
}
h2.largesize{
  font-size: 3rem;
  font-weight: 700;
}
h2.smallsize{
  font-size: 1.3rem;
  font-weight: 500;
}

.form-control {
  font-size: 1rem;
  padding: 1rem;
  border-color: rgb(209, 213, 219);
  border-radius: 4px !important;
}

.form-control:focus {
  border-color: rgb(37, 99, 235);
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgb(37, 99, 235) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.region-header {
  display: flex;
  align-items: center;
  width: 100%;
}
.flex-align-items-right{
  margin-left: auto;
  width: auto;
  margin-top: 0;
}
.flex-align-items-left{
  margin-right: auto;
  width: auto;
  margin-top: 0;
}
.region-header .mb-3{
  margin-bottom: 0 !important;
}
.region-header .form-item, 
.region-header .form-actions{
  margin-top: 1em;
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
  padding-left: 0;
  padding-right: 0;
}
.region-footer a{
  color: #fff;
}
.region-footer ul.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.region-footer ul.navbar-nav li {
  margin-right: 10px;
}
.region-footer ul.navbar-nav li:last-child {
  margin-right: 0;
}

input{
  border-radius: 0 !important;
  min-height: 37px !important;
}

.breadcrumb {
  padding: 8px 15px 8px 0;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}

a.button{
  border-bottom: none;
}

.tablesaw-stack tbody tr{
  display: table-row;
}
.tablesaw-stack tbody tr:nth-child(odd){
  background: #fff;
}
.tablesaw-stack tbody tr:nth-child(even){
  background: #E8E8E8;
}

.text-big {
  font-size: 1.5rem;
  line-height: 3.125rem;
}

.pt-4 {
  padding-top: 3.75rem !important;
}
.pb-4 {
  padding-bottom: 3.75rem !important;
}

.pt-5 {
  padding-top: 10rem !important;
}
.pb-5 {
  padding-bottom: 10rem !important;
}

.bg-gray {
  background: #f2f2f2;
}

.wrapper-section-02 {
  padding-top: 10rem !important;
  margin-top: -7rem !important;
}

.btn {
  color: #FFF;
  font-size: .875rem;
  line-height: 1.25rem;
  background: rgb(109, 110, 113);
  border-radius: 9999px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0rem 1.25rem;
  height: 30px;
  min-height: auto;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .pb-5 {
    padding-bottom: 5rem !important;
  }
  .pt-5 {
    padding-top: 5rem !important;
  }
  
}
