@import url(https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;

0,700;1,400;1,700&display=swap);@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Arimo", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
button,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

thead,
tbody,
tfoot {
  vertical-align: middle;
}

td,
th,
tr {
  vertical-align: inherit;
}

img {
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* For Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:active,
input:focus,
button:active,
button:focus,
a:active,
a:focus {
  outline: none;
}

strong {
  font-weight: 800;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

button {
  background: none;
}

/**
 * Breakpoints Map
 */

/**
 * Breakpoints Manager
 * @type {[map]}
 */

/* Example Snippet

    @include mq('medium') {
        color: red;
    }

*/

/*==========================*/

/**
 * Component wrapper
 * @type {[map]}
 */

/* Example Snippet used in a CONFIG scss file (must be this)

    $tweakpoints: (
        'custom': 500px,
        'medium': 1170px,
    );

*/

/* Example Snippet used in a component scss file

    @include component((
      'custom': 500px,
      'medium': 1170px,
    )) {
      // A lot of Sass rules here, but no `$tweakpoints: ();` at the end of file
    }

*/

h1,
h2,
h3,
h4,
h5,
h6,
p .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #002B66;
}

h1,
.h1 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 46px;
}

@media (min-width: 40em) {
  h1,
  .h1 {
    margin-bottom: 2rem;
    font-size: 52px;
    line-height: 60px;
  }
}

@media (min-width: 64em) {
  h1,
  .h1 {
    margin-bottom: 2rem;
    font-size: 60px;
    line-height: 68px;
  }
}

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

h3,
.h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 64em) {
  h3,
  .h3 {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 4px;
  }
}

h4,
.h4 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #002B66;
}

a {
  color: #002B66;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 1rem;
}

.button {
  background-color: #002B66;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
  transition: ease 0.2s all;
}

.button:hover {
  background-color: #004199;
  transition: ease 0.2s all;
}

.button-wrap {
  margin-top: 1.5rem;
}

.submit {
  display: flex;
  justify-content: flex-end;
}

input {
  height: 40px;
  width: 100%;
  border: 1px solid rgba(0, 43, 102, 0.4);
  border-radius: 3px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #002B66;
}

.field {
  margin-bottom: 1rem;
}

label {
  font-size: 14px;
  color: #002B66;
  margin-bottom: 0.5rem;
  display: inline-block;
}

textarea {
  width: 100%;
  height: 130px;
  border: 1px solid rgba(0, 43, 102, 0.4);
  border-radius: 3px;
  color: #002B66;
  padding: 0.75rem;
  font-family: "Nunito", sans-serif;
  outline: 0;
}

#enquiries-form-message-box.sproutforms-message-success {
  background: #cfc;
  padding: 1rem;
  border: 1px solid lightgreen;
  margin-bottom: 1rem;
}

#enquiries-form-message-box.sproutforms-message-success p {
  margin: 0;
}


/**************************\
  Basic Modal Styles
\**************************/

.modal {
  z-index: 9999;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 650px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__header h4 {
  margin-bottom: 0;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  color: #002B66;
}

.modal__image {
  border-top: 1px solid rgba(0, 43, 102, 0.4);
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform !important;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.main-nav {
  background: #fff;
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  box-shadow: 0px 11px 11px -9px rgba(0, 0, 0, 0.15);
}

.main-nav__wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

@media (min-width: 64em) {
  .main-nav__wrap {
    justify-content: space-between;
  }
}

.main-nav__menu {
  position: absolute;
  left: 1rem;
  display: flex;
  align-items: center;
  height: 75px;
}

@media (min-width: 64em) {
  .main-nav__menu {
    display: none;
  }
}

.main-nav__logo {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #002B66;
  display: flex;
  align-items: center;
}

.main-nav__logo a {
  margin-bottom: 0;
}

.main-nav__list {
  display: none;
  align-items: center;
  color: #002B66;
  list-style-type: none;
  font-weight: 800;
}

@media (min-width: 64em) {
  .main-nav__list {
    display: flex;
  }
}

.main-nav__item {
  margin-left: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main-nav__item a {
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.main-nav__item.active {
  position: relative;
}

.main-nav__item.active:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 2px solid #002B66;
}

.main-nav .active-btn button {
  background: #002B66;
}

.main-nav .bp3-icon > svg:not([fill]) {
  fill: #002B66;
}

html {
  scroll-behavior: smooth;
}

.section {
  padding-top: 0.75rem;
}

@media (min-width: 64em) {
  .section {
    padding-top: 2.625rem;
  }
}

.section__header {
  position: relative;
  margin-bottom: 2rem;
}

.section__header {
  margin-top: 2rem;
  position: relative;
}

.section__header:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid rgba(0, 43, 102, 0.4);
  z-index: -1;
}

.section__header h4 {
  display: inline-block;
  border: 1px solid rgba(0, 43, 102, 0.4);
  padding: 1.5rem;
  background: #fff;
  z-index: 100;
  min-width: 220px;
  text-align: center;
}

.section__headings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.section__headings h5,
.section__headings p {
  margin-bottom: 0;
}

.section__headings a {
  margin-bottom: 0;
}

.section__headings p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  padding: 0 1rem;
}

@media (min-width: 40em) {
  .container {
    padding: 0 4rem;
  }
}

@media (min-width: 64em) {
  .container {
    padding: 0 2rem;
  }
}

.phone {
  font-size: 16px;
}

.about__row {
  margin-top: 1rem;
}

@media (min-width: 64em) {
  .about__row {
    display: grid;
    grid-template-columns: 6fr 4fr;
    grid-gap: 2.5rem;
    margin-top: 3rem;
  }
  .about__row + .about__row {
    margin-top: 0;
  }
}

.about__block {
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .about__block {
    margin-bottom: 0;
  }
}

.about__links {
  margin-top: 1rem;
}

@media (min-width: 64em) {
  .about__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
  }
}

.about__links .about__block {
  transition: ease 0.2s all;
  cursor: pointer;
}

.about__links .about__block:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  transition: ease 0.2s all;
}

.about__links .about__block:hover p {
  text-decoration: underline;
}

.about p img {
  height: 14px;
  margin-right: 0;
  margin-left: 0.5rem;
}

.icon {
  width: 15px;
  margin-right: 0.75rem;
}

@media (min-width: 64em) {
  .enquiries__row {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-gap: 3.5rem;
  }
}

.enquiries__row p {
  line-height: 1.25;
  font-weight: 500;
}

.enquiries__row img {
  display: none;
}

@media (min-width: 64em) {
  .enquiries__row img {
    display: block;
  }
}

.enquiries__block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
}

.enquiries__icon {
  display: flex;
}

.enquiries button {
  background: #002B66;
  background-color: #002B66;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
  transition: ease 0.2s all;
  cursor: pointer;
}

.enquiries button:hover {
  background-color: #004199;
  transition: ease 0.2s all;
}

.sections p {
  margin-top: 1rem;
  line-height: 1.25;
  font-weight: 500;
}

@media (min-width: 64em) {
  .sections p {
    max-width: 250px;
    margin-top: 0;
  }
}

.sections__row {
  text-align: center;
}
@media (min-width: 64em) {
  .sections__row {
    /* display: grid;
    grid-template-columns: 6fr 2fr;
    grid-gap: 2rem; */
  }
  .sections__row img {
    width: auto;
  }
}

.sections__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 238px;
  grid-gap: 24px;
}

@media (min-width: 40em) {
  .sections__block {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 64em) {
  .sections__block {
    grid-template-columns: 1fr 1fr;
  }
}

.sections__item {
  width: 95px;
  height: 47px;
  border: 1px solid rgba(0, 43, 102, 0.4);
  text-transform: uppercase;
  color: #002B66;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.2s all;
  cursor: pointer;
}

.sections__item a {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sections__item:hover {
  background: #002B66;
  color: #fff;
  transition: ease 0.2s all;
}

.sections__item:hover a {
  color: #fff;
}

.lots img {
  display: none;
}

.gallery_wrap :nth-child(n+3) {
  display: none;
}

.hero {
  width: 100%;
  height: 400px;
  margin-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media (min-width: 64em) {
  .hero {
    height: 582px;
  }
}

@media (min-width: 80em) {
  .hero {
    height: 700px;
  }
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 582px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 80em) {
  .hero__video {
    height: 700px;
  }
}

@media only screen and (max-width: 64em) {
  .hero video {
    height: 100%;
  }
}

@media (min-width: 64em) {
  .hero video {
    width: 100%;
  }
}

.hero__content {
  background-color: rgba(255, 255, 255, 0.5);
  width: 80%;
  padding: 3rem;
  text-align: center;
  border-radius: 3px;
  z-index: 100;
}

@media (min-width: 64em) {
  .hero__content {
    max-width: 830px;
  }
}

.footer {
  margin-top: 3rem;
  width: 100%;
  height: 108px;
  background-color: #002B66;
}

.footer__logo {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 108px;
}

.introduction p {
  margin-bottom: 2rem;
}
.about__block .section__headings {
  border-top: 1px solid rgba(0, 43, 102, 0.4);
  margin-top: 1rem;
  padding-top: 1rem;
}
