@font-face {
  font-family: "bebasneue-bold";
  src: url("../fonts/bebasneue-bold.ttf") format("truetype");
}

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans.ttf") format("truetype");
}

:root {
  --white: #fff;
  --primary: #f4bd0c;
  --black: #1d1e1c;
  --gray: #777776;
  --light: #f5f5f5;
  --dark: #151515;
  --font-family-sans-serif: "opensans", sans-serif;
  --font-family-monospace: "opensans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "opensans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #151515;
  text-align: left;
  background-color: #fff;
}


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1300px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}



.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}


/* SWD STYLES */
.lead {font-size: 1.25rem; font-weight: 300;}
.lead-1 {font-size: 1.25rem; font-weight: 300;}
.lead-2 {font-size: 1.5rem; font-weight: 300;}
.lead-3 {font-size: 2rem; font-weight: 300;}
.text-white{color: #fff;}
.mb-0{margin-bottom: 0;}
.mt-0{margin-top: 0;}
.mb-1{margin-bottom: 0.5rem;}
.text-center{text-align: center;}
p b{font-weight: 600;}
.swd-ff-title {
  font-family: "bebasneue-bold" !important;
}

.swd-text-primary {
  color: var(--primary) !important;
}

.swd-text-black {
  color: var(--black) !important;
}

.swd-text-gray {
  color: var(--gray);
}

.swd-logo {
  text-align: center;
  padding: 1rem;
}

.swd-logo img {
  max-height: 100px;
}

.swd-e-logo img {
  max-height: 175px;
}

.swd-50{width: 50%;float: left;margin-top:1rem;margin-bottom: 1rem;}
.swd-50 .swd-logo {text-align: left;margin-top: 1.5rem;}
p a{color: var(--primary);text-decoration: none;transition: 0.3s;}
p a:hover{color: var(--dark);transition: 0.3s;}
h2{line-height: 1;}

.justify-content-center{justify-content: center;}

.swd-bg-title{background-color: var(--primary);padding: 0.5rem 1rem;max-width: 600px;margin: 0 auto 3rem auto;}

.swd-fixed-bar{
  position: fixed;
  width: 100%;
  bottom: 0;
  margin: 0;
  left: 0;max-width: 100%;
}
.main{padding-bottom: 2rem;}


@media (min-width: 1200px) {
  .swd-col-12{max-width: 65%;margin: 0 auto;}
  .col-12.text-center{max-width: 85%;margin: 0 auto;}
}

@media (min-width: 1600px) {
  .col-12.text-center{max-width: 75%;margin: 0 auto;}
}


@media (max-width: 1199px) {
  .swd-50{width: 100%;text-align: center;margin-bottom: 0;margin-top: 0;}
  .swd-50 .swd-logo{text-align: center;}
  .lead-2{font-size: 1.25rem;}
  h2{margin-bottom: 0.5rem;margin-top: 0;}
}

@media (max-width: 767px) {
  .lead-2{font-size: 1.15rem;}
  .lead-1{font-size: 1;}
  .swd-50 p{margin-bottom: 0!important;}
  .swd-logo img{max-height: 80px;}
  .swd-e-logo img{max-height: 125px;}
  .swd-bg-title{font-size: 170%;}
}

@media (max-width: 479px) {
  .swd-bg-title{font-size: 120%;}
}