@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: calc(var(--box-width) * 0.75);
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  color: inherit;
}
a:not(.button):hover {
  text-decoration: underline;
}

p,
li {
  margin: 0;
  padding: 0;
}
p + p, p + li,
li + p,
li + li {
  margin-top: calc(var(--box-width) * 1);
}

html {
  background-color: #fff;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden; /* Prevent horizontal overflow */
  height: -webkit-fill-available;
}

body {
  height: 100%;
  font-family: "Epilogue", sans-serif;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container,
.constraint {
  margin: 0 auto;
  width: calc(100% - 110px);
  max-width: 1210px;
}
@media (max-width: 993px) {
  .container,
  .constraint {
    width: calc(100% - 55px);
  }
}

picture,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 5.9375rem;
  padding: 20px 0;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.header svg path {
  fill: #ffffff;
}
.header .header__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .header__link {
    display: none;
  }
}
.header__link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
}
.header__link a:hover {
  text-decoration: underline;
}

.hero {
  overflow: hidden;
  position: relative;
  padding-top: 5.9375rem;
  background-color: #ee5f16;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (min-width: 992px) {
  .hero {
    height: 79.59375rem;
  }
}
@media (max-width: 992px) {
  .hero {
    margin-bottom: 3rem;
  }
}
.hero .container {
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/people.png");
  opacity: 0.03;
}
@media (min-width: 992px) {
  .hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.828125rem;
    background-color: #ffffff;
  }
}
.hero__image img, .hero__image__mobile img {
  position: absolute;
  z-index: 1;
  top: -14.84375rem;
  width: calc(100% + 26.71875rem);
  left: -5.9375rem;
  max-width: unset;
  -o-object-fit: contain;
     object-fit: contain;
  height: 89.09375rem;
}
@media (max-width: 992px) {
  .hero__image img, .hero__image__mobile img {
    width: calc(100% + 17.8125rem);
    height: 41.5625rem;
  }
}
@media (max-width: 992px) {
  .hero__image {
    display: none;
  }
}
.hero__image__mobile {
  display: none;
}
@media (max-width: 992px) {
  .hero__image__mobile {
    display: block;
  }
  .hero__image__mobile img {
    top: 0rem;
    height: 32.65625rem;
    -o-object-position: 40%;
       object-position: 40%;
  }
}
@media (max-width: 567px) {
  .hero__image__mobile img {
    top: -8.90625rem;
    height: 38.59375rem;
  }
}
.hero__content {
  position: relative;
  z-index: 9999;
  max-width: 37.8rem;
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .hero__content {
    padding-top: 32.65625rem;
    max-width: 100%;
    padding-bottom: 2rem;
  }
}
@media (max-width: 567px) {
  .hero__content {
    padding-top: 23.75rem;
  }
}
.hero__content h1 {
  font-size: 4.5rem;
  font-weight: 900;
  font-family: "Epilogue", sans-serif;
  letter-spacing: -0.5px;
  line-height: 0.95;
  text-transform: uppercase;
  color: white;
  -webkit-transform: scaleY(0.92);
          transform: scaleY(0.92);
}
@media (max-width: 768px) {
  .hero__content h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 567px) {
  .hero__content h1 {
    font-size: 2.8rem;
  }
}
.hero__content h1 span {
  color: black;
  font-weight: 900;
}
.hero__content p {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  color: white;
  margin-bottom: 2rem;
}
.hero__cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 0.4rem;
  padding-right: 1.1rem;
  width: 70%;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .hero__cta-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero__cta-button {
    font-size: 1.2rem;
  }
}
.hero__cta-button:hover {
  background-color: #333333;
}
.hero__cta-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 2px solid #f07130;
  margin: 0.2rem;
  border-radius: 50%;
  color: #f07130;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .hero__cta-button__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.hero__cta-button__text {
  padding-top: 0.3rem;
}
@media (max-width: 992px) {
  .hero__cta-button__text {
    margin: 0 auto;
  }
}

.text-image {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .text-image {
    padding-bottom: 2rem;
  }
}
.text-image__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .text-image__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-image__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
}
.text-image__content {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .text-image__content {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .text-image__content {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.text-image__content h2 {
  font-size: 2.2rem;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-family: "Epilogue", sans-serif;
  color: #f07130;
  max-width: 80%;
}
@media (max-width: 768px) {
  .text-image__content h2 {
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .text-image__content h2 {
    font-size: 1.8rem;
  }
}
.text-image__content p {
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: black;
  max-width: 96%;
}
.text-image__content p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 567px) {
  .text-image__content p {
    font-size: 1.2rem;
    max-width: 100%;
  }
}
.text-image__content__button {
  margin-top: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 0.3rem;
  padding-right: 1.2rem;
  background-color: #f07130;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.7rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}
@media (max-width: 567px) {
  .text-image__content__button {
    font-size: 1.4rem;
    width: 100%;
  }
}
.text-image__content__button:hover {
  cursor: pointer;
  background-color: #dd5510;
}
.text-image__content__button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: white;
  border-radius: 50%;
  color: #f07130;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.text-image__content__button__text {
  padding-top: 0.2rem;
  line-height: 1;
}
@media (max-width: 567px) {
  .text-image__content__button__text {
    margin: 0 auto;
  }
}

.quote {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .quote {
    padding-bottom: 3rem;
  }
}
.quote__separator {
  border-top: 1px solid #000000;
  width: 99%;
  margin: 0 auto;
}
.quote__text {
  padding-top: 3.5rem;
  font-size: 2rem;
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 1.1;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .quote__text {
    padding-top: 3rem;
    font-size: 1.5rem;
  }
}
.quote__name {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .quote__name {
    font-size: 1.1rem;
  }
}

.images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.images ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 10px);
          flex: 1 1 calc(33.333% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/0.6;
  max-height: 23rem;
}
@media (max-width: 768px) {
  .images ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
  .images ul li:nth-child(n+3) {
    display: none;
  }
}
.images ul li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.form {
  padding: 5rem 0 !important;
}
@media (max-width: 992px) {
  .form {
    padding: 3rem 0 !important;
  }
}
.form h2 {
  font-size: 1.7rem;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.4rem !important;
  font-family: "Epilogue", sans-serif;
  color: #f07130;
  width: 82%;
}
@media (max-width: 768px) {
  .form h2 {
    width: 100%;
  }
}
.form__inner {
  width: 45%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .form__inner {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .form__inner {
    width: 100%;
  }
}
.form .gfield_required {
  display: none;
}
.form .gfield {
  overflow: hidden;
}
.form .gfield_label {
  margin: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #aaaaaa;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #cccccc;
  font-size: 1.1rem !important;
  color: white !important;
  line-height: 1 !important;
  padding: 0.4rem 1.3rem !important;
  padding-top: 0.7rem !important;
  height: 38px !important;
}
@media (max-width: 639px) {
  .form .gfield_label {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 768px) {
  .form .gfield_label {
    padding-top: 0.8rem !important;
  }
}
.form .gform_fields {
  row-gap: 0.6rem !important;
}
.form .ginput_container {
  margin: 0 !important;
}
.form .ginput_container input {
  height: 38px !important;
  border: none !important;
  border: 1px solid #aaaaaa !important;
  border-left: none !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  font-size: 1rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0.4rem 1.3rem !important;
  padding-top: 0.6rem !important;
}
@media (max-width: 639px) {
  .form .ginput_container input {
    border-top: 0px !important;
    border-left: 1px solid #aaaaaa !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
.form .ginput_container input:focus {
  outline: none !important;
  background-color: #cccccc !important;
}
.form .ginput_container input:hover, .form .ginput_container input:focus {
  background-color: #e6e6e6 !important;
}
.form .ginput_container input::-webkit-input-placeholder {
  color: #b1b1b1 !important;
}
.form .ginput_container input::-moz-placeholder {
  color: #b1b1b1 !important;
}
.form .ginput_container input:-ms-input-placeholder {
  color: #b1b1b1 !important;
}
.form .ginput_container input::-ms-input-placeholder {
  color: #b1b1b1 !important;
}
.form .ginput_container input::placeholder {
  color: #b1b1b1 !important;
}
.form .gform-footer {
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
  margin-top: 1.5rem !important;
}
.form .gform_button {
  padding: 0.3rem 1.2rem !important;
  padding-top: 0.7rem !important;
  min-height: unset !important;
  background-color: #f07130;
  color: white;
  text-decoration: none;
  border-radius: 50px !important;
  font-weight: 400 !important;
  font-size: 1.2rem !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1 !important;
}
.form .gform_button:hover {
  background-color: #dd5510 !important;
}
.form .gform_validation_errors {
  border-radius: 25px !important;
  padding: 1rem !important;
}
@media (max-width: 768px) {
  .form .gform_validation_errors {
    border-radius: 1rem !important;
  }
}
.form .gform_submission_error {
  margin: 0 !important;
  font-size: 1.2rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.footer {
  background-color: black;
  padding: 2.5rem 0;
  border-top: 18px solid white;
  border-bottom: 10px solid #f07130;
  color: white;
  font-size: 1.2rem;
  font-weight: 450;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__logo {
  border-right: 1px solid #ffffff;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .footer__logo {
    border-right: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__logo svg path {
  fill: #ffffff;
}
.footer__info {
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .footer__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
    padding-right: 0;
  }
}
.footer__info a {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  color: #f07130;
}
.footer__info__address {
  max-width: 24rem;
}
.footer__social {
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .footer__social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding-top: 0.5rem;
  margin: 0 auto;
}
.footer__social a {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__social a:hover {
  background-color: #f07130;
}
.footer__social a svg {
  width: 1.3rem;
  height: 1.3rem;
}

.main-content {
  position: relative;
}