.ripley-header {

    margin-bottom: 0px!important ;

}

 

.nav-link{

padding:0!important;

}

 

.ripley-footer__main-section-inner{

margin: 0 auto!important;

}




label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #d61b51;
  border-color: #d61b51;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #d61b51;
  border-color: #d61b51;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #d61b51;
  border-color: #d61b51;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #d61b51;
  border-color: #d61b51;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #d61b51;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #d61b51;
  border-color: #d61b51;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #d61b51;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

@font-face {
  font-family: OGJ;
  src: url(../fonts/OGJ_Type.eot?#iefix) format("embedded-opentype"), url(../fonts/OGJ_Type.woff) format("woff"), url(../fonts/OGJ_Type.ttf) format("truetype"), url(../fonts/OGJ_Type.svg#webfont) format("svg");
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Light-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Light-Italic.woff) format("woff"), url(../fonts/futura/Futura-Light-Italic.ttf) format("truetype"), url(../fonts/futura/Futura-Light-Italic.svg#webfont) format("svg");
  font-weight: lighter;
  font-style: italic;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Bold-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Bold-Italic.woff) format("woff"), url(../fonts/futura/Futura-Bold-Italic.ttf) format("truetype"), url(../fonts/futura/Futura-Bold-Italic.svg#webfont) format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Bold.woff) format("woff"), url(../fonts/futura/Futura-Bold.ttf) format("truetype"), url(../fonts/futura/Futura-Bold.svg#webfont) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Book-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Book-Italic.woff) format("woff"), url(../fonts/futura/Futura-Book-Italic.ttf) format("truetype"), url(../fonts/futura/Futura-Book-Italic.svg#webfont) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Book.woff) format("woff"), url(../fonts/futura/Futura-Book.ttf) format("truetype"), url(../fonts/futura/Futura-Book.svg#webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Light.woff) format("woff"), url(../fonts/futura/Futura-Light.ttf) format("truetype"), url(../fonts/futura/Futura-Light.svg#webfont) format("svg");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Medium-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Medium-Italic.woff) format("woff"), url(../fonts/futura/Futura-Medium-Italic.ttf) format("truetype"), url(../fonts/futura/Futura-Medium-Italic.svg#webfont) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/futura/Futura-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/futura/Futura-Medium.woff) format("woff"), url(../fonts/futura/Futura-Medium.ttf) format("truetype"), url(../fonts/futura/Futura-Medium.svg#webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-Thin.eot);
  src: url(../fonts/this/JosefinSans-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-Thin.woff) format("woff"), url(../fonts/this/JosefinSans-Thin.ttf) format("truetype"), url(../fonts/this/JosefinSans-Thin.svg#JosefinSans-Thin) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-Italic.eot);
  src: url(../fonts/this/JosefinSans-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-Italic.woff) format("woff"), url(../fonts/this/JosefinSans-Italic.ttf) format("truetype"), url(../fonts/this/JosefinSans-Italic.svg#JosefinSans-Italic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-ThinItalic.eot);
  src: url(../fonts/this/JosefinSans-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-ThinItalic.woff) format("woff"), url(../fonts/this/JosefinSans-ThinItalic.ttf) format("truetype"), url(../fonts/this/JosefinSans-ThinItalic.svg#JosefinSans-ThinItalic) format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-Light.eot);
  src: url(../fonts/this/JosefinSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-Light.woff) format("woff"), url(../fonts/this/JosefinSans-Light.ttf) format("truetype"), url(../fonts/this/JosefinSans-Light.svg#JosefinSans-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-Bold.eot);
  src: url(../fonts/this/JosefinSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-Bold.woff) format("woff"), url(../fonts/this/JosefinSans-Bold.ttf) format("truetype"), url(../fonts/this/JosefinSans-Bold.svg#JosefinSans-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-LightItalic.eot);
  src: url(../fonts/this/JosefinSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-LightItalic.woff) format("woff"), url(../fonts/this/JosefinSans-LightItalic.ttf) format("truetype"), url(../fonts/this/JosefinSans-LightItalic.svg#JosefinSans-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-SemiBoldItalic.eot);
  src: url(../fonts/this/JosefinSans-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-SemiBoldItalic.woff) format("woff"), url(../fonts/this/JosefinSans-SemiBoldItalic.ttf) format("truetype"), url(../fonts/this/JosefinSans-SemiBoldItalic.svg#JosefinSans-SemiBoldItalic) format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'White Angelica';
  src: url(../fonts/this/WhiteAngelicaRegular.eot);
  src: url(../fonts/this/WhiteAngelicaRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/this/WhiteAngelicaRegular.woff) format("woff"), url(../fonts/this/WhiteAngelicaRegular.ttf) format("truetype"), url(../fonts/this/WhiteAngelicaRegular.svg#WhiteAngelicaRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-Regular.eot);
  src: url(../fonts/this/JosefinSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-Regular.woff) format("woff"), url(../fonts/this/JosefinSans-Regular.ttf) format("truetype"), url(../fonts/this/JosefinSans-Regular.svg#JosefinSans-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-SemiBold.eot);
  src: url(../fonts/this/JosefinSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-SemiBold.woff) format("woff"), url(../fonts/this/JosefinSans-SemiBold.ttf) format("truetype"), url(../fonts/this/JosefinSans-SemiBold.svg#JosefinSans-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../fonts/this/JosefinSans-BoldItalic.eot);
  src: url(../fonts/this/JosefinSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/this/JosefinSans-BoldItalic.woff) format("woff"), url(../fonts/this/JosefinSans-BoldItalic.ttf) format("truetype"), url(../fonts/this/JosefinSans-BoldItalic.svg#JosefinSans-BoldItalic) format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Butler;
  src: url(../fonts/this/Butler-Medium.eot);
  src: url(../fonts/this/Butler-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/this/Butler-Medium.woff) format("woff"), url(../fonts/this/Butler-Medium.ttf) format("truetype"), url(../fonts/this/Butler-Medium.svg#Butler-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Butler;
  src: url(../fonts/this/Butler-Bold.eot);
  src: url(../fonts/this/Butler-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/this/Butler-Bold.woff) format("woff"), url(../fonts/this/Butler-Bold.ttf) format("truetype"), url(../fonts/this/Butler-Bold.svg#Butler-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Butler;
  src: url(../fonts/this/Butler.eot);
  src: url(../fonts/this/Butler.eot?#iefix) format("embedded-opentype"), url(../fonts/this/Butler.woff) format("woff"), url(../fonts/this/Butler.ttf) format("truetype"), url(../fonts/this/Butler.svg#Butler) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Butler;
  src: url(../fonts/this/Butler-ExtraBold.eot);
  src: url(../fonts/this/Butler-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/this/Butler-ExtraBold.woff) format("woff"), url(../fonts/this/Butler-ExtraBold.ttf) format("truetype"), url(../fonts/this/Butler-ExtraBold.svg#Butler-ExtraBold) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Butler;
  src: url(../fonts/this/Butler-Black.eot);
  src: url(../fonts/this/Butler-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/this/Butler-Black.woff) format("woff"), url(../fonts/this/Butler-Black.ttf) format("truetype"), url(../fonts/this/Butler-Black.svg#Butler-Black) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Butler;
  src: url(../fonts/this/Butler-UltraLight.eot);
  src: url(../fonts/this/Butler-UltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/this/Butler-UltraLight.woff) format("woff"), url(../fonts/this/Butler-UltraLight.ttf) format("truetype"), url(../fonts/this/Butler-UltraLight.svg#Butler-UltraLight) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Butler;
  src: url(../fonts/this/Butler-Light.eot);
  src: url(../fonts/this/Butler-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/this/Butler-Light.woff) format("woff"), url(../fonts/this/Butler-Light.ttf) format("truetype"), url(../fonts/this/Butler-Light.svg#Butler-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}

.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(245, 196, 217, 0.82);
  opacity: 0;
  -webkit-transition: opacity .2s ease-out 50ms;
  transition: opacity .2s ease-out 50ms;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * .5625);
}

@media (min-aspect-ratio: 16 / 9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
  }
}

@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * .5625);
  }
}

.close-video-modal {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.noscroll {
  overflow: hidden;
}

.show-video-modal .video-modal {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.show-video-modal .video-modal .overlay {
  opacity: 1 !important;
}

.show-video-modal .video-modal-content {
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.swiper-container,
.swiper-container-2,
.swiper-container-3 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(214, 27, 81, 0.5) !important;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.r-img-fluid {
  max-width: 100%;
  height: auto;
}

.r-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .r-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .r-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .r-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .r-container {
    max-width: 1140px;
  }
}

.r-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.r-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .r-col,
.no-gutters > [class*=r-col-] {
  padding-right: 0;
  padding-left: 0;
}

.r-col,
.r-col-1,
.r-col-10,
.r-col-11,
.r-col-12,
.r-col-2,
.r-col-3,
.r-col-4,
.r-col-5,
.r-col-6,
.r-col-7,
.r-col-8,
.r-col-9,
.r-col-auto,
.r-col-lg,
.r-col-lg-1,
.r-col-lg-10,
.r-col-lg-11,
.r-col-lg-12,
.r-col-lg-2,
.r-col-lg-3,
.r-col-lg-4,
.r-col-lg-5,
.r-col-lg-6,
.r-col-lg-7,
.r-col-lg-8,
.r-col-lg-9,
.r-col-lg-auto,
.r-col-md,
.r-col-md-1,
.r-col-md-10,
.r-col-md-11,
.r-col-md-12,
.r-col-md-2,
.r-col-md-3,
.r-col-md-4,
.r-col-md-5,
.r-col-md-6,
.r-col-md-7,
.r-col-md-8,
.r-col-md-9,
.r-col-md-auto,
.r-col-sm,
.r-col-sm-1,
.r-col-sm-10,
.r-col-sm-11,
.r-col-sm-12,
.r-col-sm-2,
.r-col-sm-3,
.r-col-sm-4,
.r-col-sm-5,
.r-col-sm-6,
.r-col-sm-7,
.r-col-sm-8,
.r-col-sm-9,
.r-col-sm-auto,
.r-col-xl,
.r-col-xl-1,
.r-col-xl-10,
.r-col-xl-11,
.r-col-xl-12,
.r-col-xl-2,
.r-col-xl-3,
.r-col-xl-4,
.r-col-xl-5,
.r-col-xl-6,
.r-col-xl-7,
.r-col-xl-8,
.r-col-xl-9,
.r-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.r-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.r-col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.offset-12 {
  margin-left: 100%;
}

.r-col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.r-col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.r-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.r-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.r-col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.r-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.r-col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.r-col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.r-col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.r-col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.r-col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.r-col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .r-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .r-col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .r-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .r-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .r-col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .r-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .r-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .r-col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .r-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .r-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .r-col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .r-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .r-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .r-col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .r-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .r-col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .r-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .r-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .r-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .r-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .r-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .r-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .r-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .r-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .r-col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .r-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .r-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .r-col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .r-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .r-col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .r-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .r-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .r-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .r-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .r-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .r-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .r-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .r-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .r-col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .r-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .r-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .r-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .r-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .r-col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .r-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .r-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .r-col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .r-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .r-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .r-col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .r-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .r-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .r-col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .r-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .r-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .r-col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}

.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.r-p-0 {
  padding: 0 !important;
}

.r-m-0 {
  margin: 0 !important;
}

.r-pt-0 {
  padding-top: 0 !important;
}

.r-mt-0 {
  margin-top: 0 !important;
}

.r-pr-0 {
  padding-right: 0 !important;
}

.r-mr-0 {
  margin-right: 0 !important;
}

.r-pb-0 {
  padding-bottom: 0 !important;
}

.r-mb-0 {
  margin-bottom: 0 !important;
}

.r-pl-0 {
  padding-left: 0 !important;
}

.r-ml-0 {
  margin-left: 0 !important;
}

.r-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.r-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.r-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.r-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.r-p-1 {
  padding: .25rem !important;
}

.r-m-1 {
  margin: .25rem !important;
}

.r-pt-1 {
  padding-top: .25rem !important;
}

.r-mt-1 {
  margin-top: .25rem !important;
}

.r-pr-1 {
  padding-right: .25rem !important;
}

.r-mr-1 {
  margin-right: .25rem !important;
}

.r-pb-1 {
  padding-bottom: .25rem !important;
}

.r-mb-1 {
  margin-bottom: .25rem !important;
}

.r-pl-1 {
  padding-left: .25rem !important;
}

.r-ml-1 {
  margin-left: .25rem !important;
}

.r-py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.r-my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.r-px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

.r-mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.r-p-2 {
  padding: .5rem !important;
}

.r-m-2 {
  margin: .5rem !important;
}

.r-pt-2 {
  padding-top: .5rem !important;
}

.r-mt-2 {
  margin-top: .5rem !important;
}

.r-pr-2 {
  padding-right: .5rem !important;
}

.r-mr-2 {
  margin-right: .5rem !important;
}

.r-pb-2 {
  padding-bottom: .5rem !important;
}

.r-mb-2 {
  margin-bottom: .5rem !important;
}

.r-pl-2 {
  padding-left: .5rem !important;
}

.r-ml-2 {
  margin-left: .5rem !important;
}

.r-py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.r-my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.r-px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.r-mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

.r-p-3 {
  padding: 1rem !important;
}

.r-m-3 {
  margin: 1rem !important;
}

.r-pt-3 {
  padding-top: 1rem !important;
}

.r-mt-3 {
  margin-top: 1rem !important;
}

.r-pr-3 {
  padding-right: 1rem !important;
}

.r-mr-3 {
  margin-right: 1rem !important;
}

.r-pb-3 {
  padding-bottom: 1rem !important;
}

.r-mb-3 {
  margin-bottom: 1rem !important;
}

.r-pl-3 {
  padding-left: 1rem !important;
}

.r-ml-3 {
  margin-left: 1rem !important;
}

.r-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.r-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.r-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.r-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.r-p-4 {
  padding: 1.5rem !important;
}

.r-m-4 {
  margin: 1.5rem !important;
}

.r-pt-4 {
  padding-top: 1.5rem !important;
}

.r-mt-4 {
  margin-top: 1.5rem !important;
}

.r-pr-4 {
  padding-right: 1.5rem !important;
}

.r-mr-4 {
  margin-right: 1.5rem !important;
}

.r-pb-4 {
  padding-bottom: 1.5rem !important;
}

.r-mb-4 {
  margin-bottom: 1.5rem !important;
}

.r-pl-4 {
  padding-left: 1.5rem !important;
}

.r-ml-4 {
  margin-left: 1.5rem !important;
}

.r-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.r-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.r-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.r-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.r-p-5 {
  padding: 3rem !important;
}

.r-m-5 {
  margin: 3rem !important;
}

.r-pt-5 {
  padding-top: 3rem !important;
}

.r-mt-5 {
  margin-top: 3rem !important;
}

.r-pr-5 {
  padding-right: 3rem !important;
}

.r-mr-5 {
  margin-right: 3rem !important;
}

.r-pb-5 {
  padding-bottom: 3rem !important;
}

.r-mb-5 {
  margin-bottom: 3rem !important;
}

.r-pl-5 {
  padding-left: 3rem !important;
}

.r-ml-5 {
  margin-left: 3rem !important;
}

.r-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.r-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.r-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.r-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

@media (min-width: 576px) {
  .r-p-sm-0 {
    padding: 0 !important;
  }
  .r-m-sm-0 {
    margin: 0 !important;
  }
  .r-pt-sm-0 {
    padding-top: 0 !important;
  }
  .r-mt-sm-0 {
    margin-top: 0 !important;
  }
  .r-pr-sm-0 {
    padding-right: 0 !important;
  }
  .r-mr-sm-0 {
    margin-right: 0 !important;
  }
  .r-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .r-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .r-pl-sm-0 {
    padding-left: 0 !important;
  }
  .r-ml-sm-0 {
    margin-left: 0 !important;
  }
  .r-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .r-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .r-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .r-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .r-p-sm-1 {
    padding: .25rem !important;
  }
  .r-m-sm-1 {
    margin: .25rem !important;
  }
  .r-pt-sm-1 {
    padding-top: .25rem !important;
  }
  .r-mt-sm-1 {
    margin-top: .25rem !important;
  }
  .r-pr-sm-1 {
    padding-right: .25rem !important;
  }
  .r-mr-sm-1 {
    margin-right: .25rem !important;
  }
  .r-pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .r-mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .r-pl-sm-1 {
    padding-left: .25rem !important;
  }
  .r-ml-sm-1 {
    margin-left: .25rem !important;
  }
  .r-py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .r-my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .r-px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .r-mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .r-p-sm-2 {
    padding: .5rem !important;
  }
  .r-m-sm-2 {
    margin: .5rem !important;
  }
  .r-pt-sm-2 {
    padding-top: .5rem !important;
  }
  .r-mt-sm-2 {
    margin-top: .5rem !important;
  }
  .r-pr-sm-2 {
    padding-right: .5rem !important;
  }
  .r-mr-sm-2 {
    margin-right: .5rem !important;
  }
  .r-pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .r-mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .r-pl-sm-2 {
    padding-left: .5rem !important;
  }
  .r-ml-sm-2 {
    margin-left: .5rem !important;
  }
  .r-py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .r-my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .r-px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .r-mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .r-p-sm-3 {
    padding: 1rem !important;
  }
  .r-m-sm-3 {
    margin: 1rem !important;
  }
  .r-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .r-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .r-pr-sm-3 {
    padding-right: 1rem !important;
  }
  .r-mr-sm-3 {
    margin-right: 1rem !important;
  }
  .r-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .r-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .r-pl-sm-3 {
    padding-left: 1rem !important;
  }
  .r-ml-sm-3 {
    margin-left: 1rem !important;
  }
  .r-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .r-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .r-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .r-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .r-p-sm-4 {
    padding: 1.5rem !important;
  }
  .r-m-sm-4 {
    margin: 1.5rem !important;
  }
  .r-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .r-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .r-pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .r-mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .r-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .r-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .r-pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .r-ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .r-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .r-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .r-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .r-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .r-p-sm-5 {
    padding: 3rem !important;
  }
  .r-m-sm-5 {
    margin: 3rem !important;
  }
  .r-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .r-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .r-pr-sm-5 {
    padding-right: 3rem !important;
  }
  .r-mr-sm-5 {
    margin-right: 3rem !important;
  }
  .r-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .r-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .r-pl-sm-5 {
    padding-left: 3rem !important;
  }
  .r-ml-sm-5 {
    margin-left: 3rem !important;
  }
  .r-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .r-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .r-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .r-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .r-p-md-0 {
    padding: 0 !important;
  }
  .r-m-md-0 {
    margin: 0 !important;
  }
  .r-pt-md-0 {
    padding-top: 0 !important;
  }
  .r-mt-md-0 {
    margin-top: 0 !important;
  }
  .r-pr-md-0 {
    padding-right: 0 !important;
  }
  .r-mr-md-0 {
    margin-right: 0 !important;
  }
  .r-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .r-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .r-pl-md-0 {
    padding-left: 0 !important;
  }
  .r-ml-md-0 {
    margin-left: 0 !important;
  }
  .r-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .r-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .r-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .r-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .r-p-md-1 {
    padding: .25rem !important;
  }
  .r-m-md-1 {
    margin: .25rem !important;
  }
  .r-pt-md-1 {
    padding-top: .25rem !important;
  }
  .r-mt-md-1 {
    margin-top: .25rem !important;
  }
  .r-pr-md-1 {
    padding-right: .25rem !important;
  }
  .r-mr-md-1 {
    margin-right: .25rem !important;
  }
  .r-pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .r-mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .r-pl-md-1 {
    padding-left: .25rem !important;
  }
  .r-ml-md-1 {
    margin-left: .25rem !important;
  }
  .r-py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .r-my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .r-px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .r-mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .r-p-md-2 {
    padding: .5rem !important;
  }
  .r-m-md-2 {
    margin: .5rem !important;
  }
  .r-pt-md-2 {
    padding-top: .5rem !important;
  }
  .r-mt-md-2 {
    margin-top: .5rem !important;
  }
  .r-pr-md-2 {
    padding-right: .5rem !important;
  }
  .r-mr-md-2 {
    margin-right: .5rem !important;
  }
  .r-pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .r-mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .r-pl-md-2 {
    padding-left: .5rem !important;
  }
  .r-ml-md-2 {
    margin-left: .5rem !important;
  }
  .r-py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .r-my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .r-px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .r-mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .r-p-md-3 {
    padding: 1rem !important;
  }
  .r-m-md-3 {
    margin: 1rem !important;
  }
  .r-pt-md-3 {
    padding-top: 1rem !important;
  }
  .r-mt-md-3 {
    margin-top: 1rem !important;
  }
  .r-pr-md-3 {
    padding-right: 1rem !important;
  }
  .r-mr-md-3 {
    margin-right: 1rem !important;
  }
  .r-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .r-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .r-pl-md-3 {
    padding-left: 1rem !important;
  }
  .r-ml-md-3 {
    margin-left: 1rem !important;
  }
  .r-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .r-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .r-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .r-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .r-p-md-4 {
    padding: 1.5rem !important;
  }
  .r-m-md-4 {
    margin: 1.5rem !important;
  }
  .r-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .r-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .r-pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .r-mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .r-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .r-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .r-pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .r-ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .r-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .r-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .r-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .r-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .r-p-md-5 {
    padding: 3rem !important;
  }
  .r-m-md-5 {
    margin: 3rem !important;
  }
  .r-pt-md-5 {
    padding-top: 3rem !important;
  }
  .r-mt-md-5 {
    margin-top: 3rem !important;
  }
  .r-pr-md-5 {
    padding-right: 3rem !important;
  }
  .r-mr-md-5 {
    margin-right: 3rem !important;
  }
  .r-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .r-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .r-pl-md-5 {
    padding-left: 3rem !important;
  }
  .r-ml-md-5 {
    margin-left: 3rem !important;
  }
  .r-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .r-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .r-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .r-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .r-p-lg-0 {
    padding: 0 !important;
  }
  .r-m-lg-0 {
    margin: 0 !important;
  }
  .r-pt-lg-0 {
    padding-top: 0 !important;
  }
  .r-mt-lg-0 {
    margin-top: 0 !important;
  }
  .r-pr-lg-0 {
    padding-right: 0 !important;
  }
  .r-mr-lg-0 {
    margin-right: 0 !important;
  }
  .r-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .r-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .r-pl-lg-0 {
    padding-left: 0 !important;
  }
  .r-ml-lg-0 {
    margin-left: 0 !important;
  }
  .r-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .r-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .r-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .r-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .r-p-lg-1 {
    padding: .25rem !important;
  }
  .r-m-lg-1 {
    margin: .25rem !important;
  }
  .r-pt-lg-1 {
    padding-top: .25rem !important;
  }
  .r-mt-lg-1 {
    margin-top: .25rem !important;
  }
  .r-pr-lg-1 {
    padding-right: .25rem !important;
  }
  .r-mr-lg-1 {
    margin-right: .25rem !important;
  }
  .r-pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .r-mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .r-pl-lg-1 {
    padding-left: .25rem !important;
  }
  .r-ml-lg-1 {
    margin-left: .25rem !important;
  }
  .r-py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .r-my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .r-px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .r-mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .r-p-lg-2 {
    padding: .5rem !important;
  }
  .r-m-lg-2 {
    margin: .5rem !important;
  }
  .r-pt-lg-2 {
    padding-top: .5rem !important;
  }
  .r-mt-lg-2 {
    margin-top: .5rem !important;
  }
  .r-pr-lg-2 {
    padding-right: .5rem !important;
  }
  .r-mr-lg-2 {
    margin-right: .5rem !important;
  }
  .r-pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .r-mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .r-pl-lg-2 {
    padding-left: .5rem !important;
  }
  .r-ml-lg-2 {
    margin-left: .5rem !important;
  }
  .r-py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .r-my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .r-px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .r-mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .r-p-lg-3 {
    padding: 1rem !important;
  }
  .r-m-lg-3 {
    margin: 1rem !important;
  }
  .r-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .r-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .r-pr-lg-3 {
    padding-right: 1rem !important;
  }
  .r-mr-lg-3 {
    margin-right: 1rem !important;
  }
  .r-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .r-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .r-pl-lg-3 {
    padding-left: 1rem !important;
  }
  .r-ml-lg-3 {
    margin-left: 1rem !important;
  }
  .r-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .r-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .r-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .r-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .r-p-lg-4 {
    padding: 1.5rem !important;
  }
  .r-m-lg-4 {
    margin: 1.5rem !important;
  }
  .r-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .r-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .r-pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .r-mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .r-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .r-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .r-pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .r-ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .r-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .r-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .r-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .r-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .r-p-lg-5 {
    padding: 3rem !important;
  }
  .r-m-lg-5 {
    margin: 3rem !important;
  }
  .r-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .r-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .r-pr-lg-5 {
    padding-right: 3rem !important;
  }
  .r-mr-lg-5 {
    margin-right: 3rem !important;
  }
  .r-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .r-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .r-pl-lg-5 {
    padding-left: 3rem !important;
  }
  .r-ml-lg-5 {
    margin-left: 3rem !important;
  }
  .r-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .r-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .r-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .r-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .r-p-xl-0 {
    padding: 0 !important;
  }
  .r-m-xl-0 {
    margin: 0 !important;
  }
  .r-pt-xl-0 {
    padding-top: 0 !important;
  }
  .r-mt-xl-0 {
    margin-top: 0 !important;
  }
  .r-pr-xl-0 {
    padding-right: 0 !important;
  }
  .r-mr-xl-0 {
    margin-right: 0 !important;
  }
  .r-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .r-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .r-pl-xl-0 {
    padding-left: 0 !important;
  }
  .r-ml-xl-0 {
    margin-left: 0 !important;
  }
  .r-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .r-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .r-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .r-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .r-p-xl-1 {
    padding: .25rem !important;
  }
  .r-m-xl-1 {
    margin: .25rem !important;
  }
  .r-pt-xl-1 {
    padding-top: .25rem !important;
  }
  .r-mt-xl-1 {
    margin-top: .25rem !important;
  }
  .r-pr-xl-1 {
    padding-right: .25rem !important;
  }
  .r-mr-xl-1 {
    margin-right: .25rem !important;
  }
  .r-pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .r-mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .r-pl-xl-1 {
    padding-left: .25rem !important;
  }
  .r-ml-xl-1 {
    margin-left: .25rem !important;
  }
  .r-py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .r-my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .r-px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .r-mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .r-p-xl-2 {
    padding: .5rem !important;
  }
  .r-m-xl-2 {
    margin: .5rem !important;
  }
  .r-pt-xl-2 {
    padding-top: .5rem !important;
  }
  .r-mt-xl-2 {
    margin-top: .5rem !important;
  }
  .r-pr-xl-2 {
    padding-right: .5rem !important;
  }
  .r-mr-xl-2 {
    margin-right: .5rem !important;
  }
  .r-pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .r-mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .r-pl-xl-2 {
    padding-left: .5rem !important;
  }
  .r-ml-xl-2 {
    margin-left: .5rem !important;
  }
  .r-py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .r-my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .r-px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .r-mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .r-p-xl-3 {
    padding: 1rem !important;
  }
  .r-m-xl-3 {
    margin: 1rem !important;
  }
  .r-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .r-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .r-pr-xl-3 {
    padding-right: 1rem !important;
  }
  .r-mr-xl-3 {
    margin-right: 1rem !important;
  }
  .r-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .r-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .r-pl-xl-3 {
    padding-left: 1rem !important;
  }
  .r-ml-xl-3 {
    margin-left: 1rem !important;
  }
  .r-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .r-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .r-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .r-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .r-p-xl-4 {
    padding: 1.5rem !important;
  }
  .r-m-xl-4 {
    margin: 1.5rem !important;
  }
  .r-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .r-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .r-pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .r-mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .r-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .r-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .r-pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .r-ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .r-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .r-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .r-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .r-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .r-p-xl-5 {
    padding: 3rem !important;
  }
  .r-m-xl-5 {
    margin: 3rem !important;
  }
  .r-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .r-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .r-pr-xl-5 {
    padding-right: 3rem !important;
  }
  .r-mr-xl-5 {
    margin-right: 3rem !important;
  }
  .r-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .r-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .r-pl-xl-5 {
    padding-left: 3rem !important;
  }
  .r-ml-xl-5 {
    margin-left: 3rem !important;
  }
  .r-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .r-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .r-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .r-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

.bg-one {
  background: #fae800;
}

.bg-two {
  background: #6b3e80;
}

.bg-three {
  background: #7f578e;
}

.bg-four {
  background: #ea4a63;
}

.bg-five {
  background: #d61b51;
}

.bg-light {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-gray-c {
  background: #ccc;
}

.bg-gray-3 {
  background: #333;
}

.bg-gray-6 {
  background: #666;
}

.bg-gray-9 {
  background: #999;
}

.bg-gray-da {
  background: #dadada;
}

.text-one {
  color: #fae800;
}

.text-two {
  color: #6b3e80;
}

.text-three {
  color: #7f578e;
}

.text-four {
  color: #ea4a63;
}

.text-five {
  color: #d61b51;
}

.text-light {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-gray-c {
  color: #ccc;
}

.text-gray-3 {
  color: #333;
}

.text-gray-6 {
  color: #666;
}

.text-gray-9 {
  color: #999;
}

.text-gray-da {
  color: #dadada;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

body {
  background-color: #fff;
}

.bor-rad-1 {
  border-radius: 1px;
}

.bor-rad-2 {
  border-radius: 2px;
}

.bor-rad-3 {
  border-radius: 3px;
}

.bor-rad-4 {
  border-radius: 4px;
}

.bor-rad-5 {
  border-radius: 5px;
}

.bor-rad-6 {
  border-radius: 6px;
}

.bor-rad-7 {
  border-radius: 7px;
}

.bor-rad-8 {
  border-radius: 8px;
}

.bor-rad-9 {
  border-radius: 9px;
}

.bor-rad-10 {
  border-radius: 10px;
}

.size-8 {
  font-size: 8px;
}

.size-10 {
  font-size: 10px;
}

.size-12 {
  font-size: 12px;
}

.size-14 {
  font-size: 14px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-22 {
  font-size: 22px;
}

.size-24 {
  font-size: 24px;
}

.size-26 {
  font-size: 26px;
}

.size-28 {
  font-size: 28px;
}

.size-30 {
  font-size: 30px;
}

.size-32 {
  font-size: 32px;
}

.size-34 {
  font-size: 34px;
}

.size-36 {
  font-size: 36px;
}

.size-38 {
  font-size: 38px;
}

.size-40 {
  font-size: 40px;
}

.size-42 {
  font-size: 42px;
}

.size-44 {
  font-size: 44px;
}

.size-46 {
  font-size: 46px;
}

.size-48 {
  font-size: 48px;
}

.size-50 {
  font-size: 50px;
}

.size-60 {
  font-size: 60px;
}

.size-70 {
  font-size: 70px;
}

.size-80 {
  font-size: 80px;
}

.size-90 {
  font-size: 90px;
}

.size-100 {
  font-size: 100px;
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-lighter {
  font-weight: lighter;
}

#the-body .btn {
  text-decoration: none;
  letter-spacing: .2em;
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding: 8px 20px 7px 20px;
  border-radius: 0;
}

@media (min-width: 768px) {
  #the-body .btn {
    font-size: 10px;
    padding: 12px 20px 9px 20px;
  }
}

#the-header .bar {
  background-color: #d61b51;
  height: 80px;
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: .2em;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #the-header .bar {
    font-size: 20px;
  }
}

#the-header img {
  margin-bottom: -6px;
}

.btn-look {
  display: block;
  width: 100%;
  overflow: hidden;
}

.btn-look:hover .look-scale {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.look-scale {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#the-content .btn {
  color: #000;
}

#the-content .btn:hover {
  background: #d61b51;
  border-color: #d61b51;
  color: #fff;
}

#the-content .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#the-content img {
  margin-bottom: -4px;
}

#videos p {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .2em;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

#videos .ver-todo img {
  width: 50%;
}

@media (min-width: 992px) {
  #videos .ver-todo img {
    width: auto;
  }
}

#the-header-look {
  height: 110px;
  background: #000;
}

#the-header-look .r-row {
  height: 100%;
}

#the-header-look .r-row div:nth-child(3) {
  text-align: left;
}

@media (min-width: 768px) {
  #the-header-look .r-row div:nth-child(3) {
    text-align: center;
  }
}

#the-header-look .r-row div:nth-child(3) img {
  width: 160px;
  width: auto;
  margin-left: calc(41.666665% - 160px);
}

@media (min-width: 768px) {
  #the-header-look .r-row div:nth-child(3) img {
    width: 340px;
    margin-left: calc(-33.33333% / 2);
  }
}

@media (min-width: 992px) {
  #the-header-look .r-row div:nth-child(3) img {
    margin-left: 0;
  }
}

#the-header-look .r-row [class*=r-col-] {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#the-header-look a {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .2em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#the-header-look a:hover {
  color: #d61b51;
}

#the-content-look .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#the-content-look .element div:first-child {
  width: 100%;
  font-family: Butler;
  font-weight: 400;
  font-style: italic;
  font-size: 35px;
  color: #d61b51;
  text-align-last: left;
  line-height: 1;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #the-content-look .element div:first-child {
    font-size: 100px;
    line-height: 1;
  }
}

#the-content-look .element div:nth-child(2) {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 1.2;
}

#the-content-look .element div:nth-child(2) strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  #the-content-look .element div:nth-child(2) {
    font-size: 15px;
    line-height: 1.4;
  }
}

#the-content-look .element .btn {
  color: #fff;
  border-radius: 0;
}

#the-content-look .element .btn:hover {
  background-color: rgba(214, 27, 81, 0.8);
  border-color: #fff;
  color: #fff;
}

#the-content-look .catalogo {
  overflow: hidden;
  height: 316.23px;
}

@media (min-width: 1200px) {
  #the-content-look .catalogo {
    height: 381.66px;
  }
}

#the-content-look .special {
  background: #d61b51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#the-content-look .special div:first-child {
  width: 100%;
  min-height: 50px;
  position: relative;
}

#the-content-look .special div:first-child img {
  position: absolute;
  z-index: 100;
  max-width: 280px;
  top: 5px;
  left: calc(100% - 280px/2);
}

@media (min-width: 768px) {
  #the-content-look .special div:first-child img {
    max-width: 50vh;
    top: 15px;
    left: calc(100% - 50vh/2);
  }
}

#the-content-look .special div:nth-child(2) {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 20px 5px 20px 15px;
}

#the-content-look .special div:nth-child(2) strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  #the-content-look .special div:nth-child(2) {
    font-size: 15px;
    line-height: 1.3;
    padding: 60px 5px 20px 15px;
  }
}

#the-content-look .special .btn {
  color: #fff;
  border-color: #fff;
  border-radius: 0;
}

#the-content-look .special .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

#the-content-look img {
  margin-bottom: -5px;
}

#the-content-look img.image {
  width: calc(100% - 15px);
  margin-left: 15px;
}

#getthelook .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#getthelook .swiper-slide .thumb:first-child {
  width: 250px;
  height: 250px;
  border-style: solid;
  border-width: 4px;
  border-color: #e5e5e5;
  padding: 5%;
}

#getthelook .swiper-slide p {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin-top: 30px;
  line-height: 1.4;
}

#getthelook .swiper-slide p span {
  font-size: 14px;
  /* 17px */
  color: #666666;
  /* text-transform: lowercase */
}

#getthelook .swiper-slide .btn {
  margin-top: 30px;
  background-color: #fff;
}

#getthelook .swiper-slide .btn:hover {
  background-color: rgba(214, 27, 81, 0.3);
  color: #d61b51;
}

#conoce .r-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  #conoce .r-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#conoce .tips,
#conoce h4,
#conoce h5,
#conoce p {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
}

#conoce h4 {
  font-size: 24px !important;
  letter-spacing: .2em;
  color: #fff;
  background-color: #000;
  margin-bottom: 20px;
  padding: 14px 0 8px 0;
}

@media (min-width: 992px) {
  #conoce h4 {
    color: #000;
    background-color: #fff;
    padding: 0;
  }
}

#conoce h4 span {
  font-weight: 600;
  color: #d61b51;
}

#conoce p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: left;
}

@media (min-width: 768px) {
  #conoce p {
    line-height: 1.4;
    text-align: center;
  }
}

#conoce a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

#conoce a:hover {
  color: #d61b51;
}

#conoce .tips {
  width: 100%;
  min-height: 100px;
  background: none;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  line-height: 1.4;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #conoce .tips {
    width: 100%;
    min-height: 100px;
    background: url(https://minisitios.ripley.cl/minisitios/estatico/tendencias-belleza/img/look-1/tips.jpg) no-repeat;
    background-size: cover;
    font-size: 13px;
    font-style: italic;
    text-align: left;
    line-height: 1.0;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 120px;
    margin-bottom: 10px;
  }
}

#conoce h5 {
  font-size: 18px !important;
  margin-bottom: 15px;
}

#conoce h5 span {
  font-weight: 600;
  color: #d61b51;
}

#conoce .mini-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#conoce .mini-products img:first-child {
  width: 90%;
  height: 90%;
  border-style: solid;
  border-width: 2px;
  border-color: #d61b51;
  padding: 5%;
}

#conoce .mini-products p {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 1.2;
}

#conoce .mini-products p span {
  font-size: 17px;
  text-transform: lowercase;
}

#conoce .fix {
  margin-bottom: -4px;
}
/*# sourceMappingURL=main.css.map */