﻿@import url(https://fonts.googleapis.com/css?family=Anton|Lato:400,400i,900,900i);
@charset "UTF-8";

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #1f81c4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ec4c24;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #bcbdbf;
  --gray-dark: #3a3a3a;
  --orange-light: #fd653f;
  --gray-light: #e6e6e6;
  --primary: #ec4c24;
  --secondary: #1f81c4;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fff;
  --dark: #3a3a3a;
  --primary-light: #fd653f;
  --muted: #dee2e6;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Lato;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a3a3a;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #ec4c24;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #fd653f;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: .5rem;
  font-family: "Anton";
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 3.998rem;
}

h2,
.h2 {
  font-size: 2.827rem;
}

h3,
.h3 {
  font-size: 1.999rem;
}

h4,
.h4 {
  font-size: 1.414rem;
}

h5,
.h5 {
  font-size: 1rem;
}

.lead {
  font-size: 1.414rem;
  font-weight: 400;
}

.display-1 {
  font-size: 15.981rem;
  font-weight: 400;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container,
.container-half {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-half {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-half {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-half {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-half {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.col-12,
.col,
.col-auto,
.col-sm-6,
.col-sm,
.col-sm-auto,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md,
.col-md-auto,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-md-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
}

@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.4rem + 4px);
  padding: .45rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #f5f6f7;
  background-clip: padding-box;
  border: 2px solid #f5f6f7;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #f5f6f7;
  border-color: #afb5ba;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(108, 117, 125, .25);
}

.form-control:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

.form-control::placeholder {
  color: #495057;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #f5f6f7;
}

.form-control-lg {
  height: calc(3.148rem + 4px);
  padding: .636rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem !important;
}

.btn,
.navbar-nav .nav-link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: .45rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn,
  .navbar-nav .nav-link {
    transition: none;
  }
}

.btn:hover,
.navbar-nav .nav-link:hover,
.btn:focus,
.navbar-nav .nav-link:focus {
  text-decoration: none;
}

.btn:focus,
.navbar-nav .nav-link:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(108, 117, 125, .25);
}


.btn:disabled,
.navbar-nav .nav-link:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled),
.navbar-nav .nav-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary                        { color: #fff; background-color: #46a6de; border-color: #46a6de; }
.btn-primary:hover                  { color: #fff; background-color: #2180b8; border-color: #2180b8; }
.btn-primary:focus                  { box-shadow: 0 0 0 0 rgba(236, 76, 36, .5); }
.btn-primary:disabled               { color: #fff; background-color: #ccc; border-color: #ccc; }

.btn.btn-primary, .navbar-nav .btn-primary.nav-link { border-top-right-radius: 1.25em; border-bottom-left-radius: 1.25em; }


.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cb3712;
  border-color: #c03411;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(236, 76, 36, .5);
}

.btn-light {
  color: #3a3a3a;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #3a3a3a;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-light:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}


.btn-light:disabled {
  color: #3a3a3a;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #3a3a3a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}

.btn-dark {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.btn-dark:hover {
  color: #fff;
  background-color: #272727;
  border-color: #212121;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0 rgba(58, 58, 58, .5);
}


.btn-dark:disabled {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #1a1a1a;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 58, 58, .5);
}

.btn-muted {
  color: #3a3a3a;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-muted:hover {
  color: #3a3a3a;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}

.btn-muted:focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, .5);
}


.btn-muted:disabled {
  color: #3a3a3a;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled).active,
.show > .btn-muted.dropdown-toggle {
  color: #3a3a3a;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}

.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, .5);
}

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-light:hover {
  color: #3a3a3a;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}


.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #3a3a3a;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}

.btn-link {
  font-weight: 400;
  color: #ec4c24;
  background-color: transparent;
}

.btn-link:hover {
  color: #fd653f;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: .636rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: .318rem 1.25rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #3a3a3a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f5f6f7;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}


.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #6c757d;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(108, 117, 125, .25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #caced1;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6c757d;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #6c757d;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(236, 76, 36, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(236, 76, 36, .5);
}

.custom-control-label::before {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.navbar > .container,
.navbar > .container-half {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .312rem;
  padding-bottom: .312rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .2rem .5rem;
  font-size: inherit;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-half {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-half {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ec4c24;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 112 98' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M4 18h104a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4zm0 40h104a4 4 0 0 0 4-4V44a4 4 0 0 0-4-4H4a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4zm0 40h104a4 4 0 0 0 4-4V84a4 4 0 0 0-4-4H4a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4z' fill='%23fff'/%3E%3C/svg%3E");
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, .125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 2px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 2px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #3a3a3a;
  background-color: #f5f6f7;
  border: 0 solid transparent;
}

.page-link:hover {
  z-index: 2;
  color: #ec4c24;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: transparent;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(108, 117, 125, .25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #6c757d;
  border-color: transparent;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1f81c4;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid #dee2e6;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}


.list-group-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 2px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 2px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.align-middle {
  vertical-align: middle !important;
}

.bg-primary {
  background-color: #ec4c24 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cb3712 !important;
}

.bg-secondary {
  background-color: #1f81c4 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #186498 !important;
}

.bg-dark {
  background-color: #3a3a3a !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #212121 !important;
}

.bg-primary-light {
  background-color: #fd653f !important;
}

a.bg-primary-light:hover,
a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #fc3d0d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {

  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.w-100 {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}


.px-0 {
  padding-right: 0 !important;
}


.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}


.py-1 {
  padding-top: .25rem !important;
}


.px-1 {
  padding-right: .25rem !important;
}


.py-1 {
  padding-bottom: .25rem !important;
}


.px-1 {
  padding-left: .25rem !important;
}


.py-2 {
  padding-top: .5rem !important;
}


.px-2 {
  padding-right: .5rem !important;
}


.py-2 {
  padding-bottom: .5rem !important;
}


.px-2 {
  padding-left: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}


.py-3 {
  padding-top: 1rem !important;
}


.px-3 {
  padding-right: 1rem !important;
}


.py-3 {
  padding-bottom: 1rem !important;
}


.px-3 {
  padding-left: 1rem !important;
}


.py-4 {
  padding-top: 1.5rem !important;
}


.py-4 {
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}


.py-5 {
  padding-bottom: 3rem !important;
}


.my-auto {
  margin-top: auto !important;
}


.mx-auto {
  margin-right: auto !important;
}


.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {

  .p-sm-3 {
    padding: 1rem !important;
  }

  
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  
  .px-sm-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 900 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ec4c24 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #cb3712 !important;
}

.text-dark {
  color: #3a3a3a !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #212121 !important;
}

.text-muted {
  color: #dee2e6 !important;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #c1c9d0 !important;
}

.text-muted {
  color: #6c757d !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 2px solid #adb5bd;
    page-break-inside: avoid;
  }

  
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container,
  .container-half {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .table {
    border-collapse: collapse !important;
  }

  
  .table th {
    background-color: #fff !important;
  }
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
}

body {
  font-size: 1rem;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
     -moz-font-smoothing: antialiased;
      -ms-font-smoothing: antialiased;
       -o-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}

p {
  margin: 0;
}

img,
svg {
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
}

a {
  font-weight: 900;
}

audio {
  display: block;
  width: 100%;
}

.content > * + * {
  margin-top: 1.999rem;
}

.content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5 {
  margin-bottom: .25em;
}

.content > h1 + *,
.content > h2 + *,
.content > h3 + *,
.content > h4 + *,
.content > h5 + * {
  margin-top: 0;
}

.content ul {
  text-align: left;
}

.content-user > h1,
.content-user > h2,
.content-user > h3,
.content-user > h4,
.content-user > h5 {
  font-family: "Lato";
  font-style: italic;
  text-transform: none;
}

.content-user > h1 {
  font-size: 2.074rem;
}

.content-user > h2 {
  font-size: 1.728rem;
}

.content-user > h3 {
  font-size: 1.44rem;
}

.content-user > h4 {
  font-size: 1.2rem;
}

.content-user > h5 {
  font-size: 1rem;
}

.content-user blockquote {
  display: flex;
  padding: 0 1rem;
  margin: 2.827rem -1rem;
  border-left: .5rem solid #ec4c24;
  font-size: 1.999rem;
  font-style: italic;
}

.content-user blockquote::before {
  content: "“";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: .65em;
  font-family: Georgia;
  font-size: 3.998rem;
  color: #ec4c24;
  line-height: 1;
}

@media (min-width: 768px) {
  .content-user blockquote {
    margin: 2.827rem 15%;
  }
}

.content-truncate {
  max-height: 175px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.btn,
.navbar-nav .nav-link {
  max-width: 100%;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.btn.btn-link.btn-light,
.navbar-nav .btn-link.btn-light.nav-link {
  border-color: transparent;
  color: #fff;
  background-color: transparent;
}

.btn.btn-link.btn-light:hover,
.navbar-nav .btn-link.btn-light.nav-link:hover,
.btn.btn-link.btn-light:focus,
.navbar-nav .btn-link.btn-light.nav-link:focus {
  border-color: transparent;
  color: #fd653f;
  background-color: transparent;
}

.btn.btn-link.btn-muted,
.navbar-nav .btn-link.btn-muted.nav-link {
  border-color: transparent;
  color: #dee2e6;
  background-color: transparent;
}

.btn.btn-link.btn-muted:hover,
.navbar-nav .btn-link.btn-muted.nav-link:hover,
.btn.btn-link.btn-muted:focus,
.navbar-nav .btn-link.btn-muted.nav-link:focus {
  border-color: transparent;
  color: #fd653f;
  background-color: transparent;
}

.btn-reset {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner.min-h-screen-40 {
    height: 400px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-darken [style*="--parallax-control"] > *,
  .banner-darken > * {
    position: relative;
    z-index: 3;
  }

  .banner-darken [style*="--parallax-control"]::after,
  .banner-darken::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  .banner-darken [style*="--parallax-control"] > *,
  .banner-darken > * {
    position: relative;
    z-index: 3;
  }

  .banner-darken [style*="--parallax-control"]::after,
  .banner-darken::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
  }
}

.banner-darken [style*="--parallax-control"],
.banner-darken {
  background-color: #495057;
  background-blend-mode: overlay;
}

.banner-darken [style*="--parallax-control"]::after,
.banner-darken::after {
  background-color: rgba(33, 37, 41, .25);
}

.card,
.card-header {
  border-width: 1px;
}

.card-header,
.card-body,
.card-footer {
  padding: 1rem;
}

.card {
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    display: block;
  }
}

.card .card-title {
  font-family: "Lato";
  font-weight: 900;
  text-transform: none;
}

.card .card-title:last-child {
  margin-bottom: 0;
}

.card .card-text {
  color: #6c757d;
  font-weight: 400;
}

.card .card-text:not(:first-child) {
  margin-top: 1.414rem;
}

.card .card-footer {
  border: 0;
  font-size: .777rem;
  color: #6c757d;
  text-transform: uppercase;
  background-color: transparent;
}

.card .card-img-overlay {
  display: flex;
}

a.card {
  border-bottom: 4px solid #f5f6f7;
  box-shadow: none;
  height: 100%;
}

a.card:hover {
  border-color: #ec4c24;
}

a.card:hover .card-img {
  filter: brightness(1) !important;
}

a.card .card-img {
  filter: brightness(.8);
}

a.card .card-img.gradient-burn {
  filter: brightness(1.1);
}

a:hover .card .card-img {
  filter: brightness(1) !important;
}

a .card .card-img {
  filter: brightness(.8);
}

a .card .card-img.gradient-burn {
  filter: brightness(1.1);
}

@media (min-width: 992px) {
  .container-half {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .container-half {
    max-width: 570px;
  }
}

.flip {
  position: relative;
  perspective: 50vw;
}

@media (max-width: 576px) {
  .flip {
    perspective: 1000px;
  }
}

.flip.active .flip-inner,
.flip:hover .flip-inner {
  transition: transform .707s;
  transform: rotateY(180deg);
}

.flip.active .flip-front,
.flip.active .flip-back,
.flip:hover .flip-front,
.flip:hover .flip-back {
  transition: box-shadow .707s;
}

.flip.active .flip-front,
.flip:hover .flip-front {
  box-shadow: 0 6rem 2rem -5rem rgba(0, 0, 0, .2), 0 5.5rem .5rem -5rem rgba(0, 0, 0, .1);
}

.flip.active .flip-back,
.flip:hover .flip-back {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .2), 0 .5rem .5rem 0 rgba(0, 0, 0, .1);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip.active .flip-inner,
  .flip:hover .flip-inner {
    transition: all 0;
    transform: rotateY(0deg);
  }

  .flip.active .flip-front,
  .flip.active .flip-back,
  .flip:hover .flip-front,
  .flip:hover .flip-back {
    box-shadow: none;
    transition: all 0;
  }

  .flip.active .flip-front,
  .flip:hover .flip-front {
    transform: rotateY(180deg);
  }

  .flip.active .flip-back,
  .flip:hover .flip-back {
    transform: rotateY(0deg);
  }
}

.flip .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip .flip-inner::before,
.flip .flip-inner::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #adb5bd;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-inner::before,
  .flip .flip-inner::after {
    display: none;
  }
}

.flip .flip-inner::before {
  left: 0;
  transform: translate(-2px) rotateY(90deg);
}

.flip .flip-inner::after {
  right: 0;
  transform: translate(2px) rotateY(90deg);
}

.flip .flip-front,
.flip .flip-back {
  width: 100%;
  height: 100%;
  transition: box-shadow 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-front,
  .flip .flip-back {
    box-shadow: none;
    transition: all 0;
  }
}

.flip .flip-front {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .2), 0 .5rem .5rem 0 rgba(0, 0, 0, .1);
  transform: translateZ(2px);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-front {
    box-shadow: none;
    transform: rotateY(0deg);
  }
}

.flip .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 6rem 2rem -5rem rgba(0, 0, 0, .2), 0 5.5rem .5rem -5rem rgba(0, 0, 0, .1);
  transform: translateZ(-2px) rotateY(180deg);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-back {
    box-shadow: none;
    transform: rotateY(180deg);
  }
}

select.form-control {
  padding-right: 1.999rem;
  background-image: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 320 512' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' fill='%231f81c4'/%3E%3C/svg%3E");
  background-position: right .707rem top calc(50% - 8px);
  background-size: auto 40px;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus {
  background-image: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 320 512' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' fill='%23ec4c24'/%3E%3C/svg%3E");
}

select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  min-height: 11.302rem;
}

[type="checkbox"] + .custom-control-label::before {
  border-radius: 3px;
}

[type="radio"] + .custom-control-label::before {
  border-radius: 50%;
}

[type="checkbox"] + .custom-control-label::after,
[type="radio"] + .custom-control-label::after {
  background-size: 51%;
}

.list-group-item {
  border-width: 1px;
  border-color: #dee2e6;
}

.list-group-item:not(:last-child) {
  margin-bottom: -1px;
}

.pagination .page-item {
  margin: .354rem;
}

.navbar {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .navbar-collapse {
  position: absolute;
  top: 100%;
  right: 0;
  padding: .5rem 1.414rem 1rem;
  background-color: rgba(0, 0, 0, .7);
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    position: static;
    padding: 0;
    background-color: transparent;
  }
}

.navbar-toggler-icon {
  background-size: 75%;
}

html body {
  opacity: 1;
  transition: opacity 100ms;
}

.gradient-burn {
  background-image: linear-gradient(50deg, rgba(200, 200, 200, 0) 5%, rgba(80, 80, 80, .65));
  background-repeat: repeat-x;
  background-blend-mode: color-burn;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gradient-burn {
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
  .gradient-burn {
    background-image: none;
  }
}

.text-truncate {
  display: block;
  max-width: 100%;
}

.no-click {
  pointer-events: none;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hover-emphasis a {
  transition: opacity .177s;
}

.hover-emphasis:hover a {
  opacity: .33;
}

.hover-emphasis:hover a:hover {
  opacity: 1;
}

