@charset "UTF-8";
nav {
  background: rgba(13, 13, 13, 0.526);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
nav a.navbar-brand img {
  width: 150px;
  height: auto;
  padding: 0px !important;
}
nav ul li.nav-item {
  font-family: "Inter", sans-serif;
}
nav ul li.nav-item:hover {
  color: #FFFFFF;
}
nav ul li.nav-item:focus {
  color: #FFFFFF;
}
nav ul li.nav-item a.nav-link {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  overflow: hidden;
}
nav ul li.nav-item a.nav-link:hover {
  color: #FFFFFF;
  background: #481D5B;
  border-radius: 30px;
  overflow: hidden;
  padding: 6px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
nav ul li.nav-item a.nav-link.active {
  color: #FFFFFF;
  background: #481D5B;
  border-radius: 30px;
  overflow: hidden;
  padding: 6px 20px;
}
nav ul li.nav-item a.nav-link:focus {
  color: #FFFFFF;
  background: #481D5B;
  border-radius: 30px;
  overflow: hidden;
  padding: 6px 20px;
}
nav .btn-nav-white {
  outline: none;
  border: 1px solid #FFFFFF;
  padding: 6px;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  border-radius: 30px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF !important;
}
nav .btn-nav-white:hover {
  background: #481D5B;
  transition: all 0.3s ease-out;
  color: #FFFFFF !important;
}
nav .btn-nav-white span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}
nav .btn-nav-white:hover span {
  color: #FFFFFF !important;
}
nav .btn-nav-white::before, nav .btn-nav-white::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
nav .btn-nav-white::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
nav .btn-nav-white:hover::before {
  transform: translate3d(100%, 0, 0);
}
nav .btn-nav {
  outline: none;
  border: none;
  padding: 6px;
  margin: 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  border-radius: 30px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #481D5B;
  color: #FFFFFF !important;
}
nav .btn-nav:hover {
  background: #FFFFFF imo !important;
  transition: all 0.3s ease-out;
  color: #481D5B !important;
}
nav .btn-nav span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}
nav .btn-nav:hover span {
  color: #FFFFFF !important;
}
nav .btn-nav::before, nav .btn-nav::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
nav .btn-nav::before {
  content: "";
  background: #481D5B;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
nav .btn-nav:hover::before {
  transform: translate3d(100%, 0, 0);
}
nav .offcanvas {
  background: rgba(52, 52, 52, 0.6862745098) !important;
  backdrop-filter: blur(4.25px) !important;
}
nav .offcanvas .offcanvas-body .dropdown ul.dropdown-menu li a.dropdown-item {
  color: #FFFFFF !important;
  font-size: 15px;
}
nav .offcanvas .offcanvas-body .dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: #481D5B !important;
}

nav.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu.show {
  background: rgba(52, 52, 52, 0.6862745098) !important;
  backdrop-filter: blur(4.25px) !important;
}

nav .dropdown-item.active {
  background: #481D5B !important;
  color: #FFFFFF !important;
}

@media (max-width: 991px) {
  nav ul li.nav-item a.nav-link {
    color: #FFFFFF;
  }
  .navbar-toggler svg {
    width: 30px;
    height: 30px;
    border: none;
  }
  a.navbar-brand img {
    width: 110px !important;
    height: auto;
    padding: 0px !important;
  }
  a.offcanvas-title img {
    width: 100px !important;
    height: auto;
    padding: 0px !important;
  }
  .btn-nav {
    font-size: 0.7em;
    width: 100%;
  }
  .btn-nav-white {
    font-size: 0.7em;
    width: 100%;
  }
  .offcanvas.show:not(.hiding), .offcanvas.showing {
    width: 100%;
  }
  nav ul li.nav-item a.nav-link {
    color: #F9F8F1;
    text-align: center;
    margin-bottom: 15px;
  }
}
html {
  scroll-behavior: smooth;
}

html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

/*scroll width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(251, 251, 251, 0.31);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(126, 124, 124, 0.517);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(87, 85, 92, 0.831);
  border-radius: 30px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
}

.bg-darkBlue {
  background: #030014;
}

.bg-darkPurple {
  background: #481D5B !important;
}

#bg-darkPurple {
  background: #481D5B !important;
}

.bg-purple {
  background: #481D5B;
}

.text-darkPurple {
  color: #481D5B;
}

.text-lightPurple {
  color: #CAB7D4;
}

.bg-lightPurple {
  background: #CAB7D4 !important;
}

.toast-error {
  background-color: rgba(189, 54, 47, 0.6431372549) !important;
}

.toast-success {
  background-color: rgba(0, 128, 0, 0.64) !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #111111;
  text-transform: Capitalized !important;
}

h1 {
  font-size: 5vw;
  color: #481D5B;
  line-height: normal;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: Capitalized !important;
}

h2 {
  font-size: 4vw;
  line-height: normal;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: Capitalized !important;
}

h4 {
  font-weight: 400;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.3vw;
}

img:hover {
  cursor: pointer;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: 1s ease;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.btn {
  font-family: "Bricolage-Grotesque", sans-serif;
  border-radius: 30px;
  padding: 10px 30px;
  background: #481D5B;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
.btn:hover {
  background: #030014;
  transition: all 0.3s ease-out;
  transform: translate(3px, 3px);
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  -o-transform: translate(3px, 3px);
}

.btn-darkBlue {
  font-family: "Bricolage-Grotesque", sans-serif;
  border-radius: 30px;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #030014;
  border: 1px solid #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-darkBlue:hover {
  background: #481D5B;
  transition: all 0.3s ease-out;
  transform: translate(3px, 3px);
  color: #FFFFFF;
}

header {
  width: 100%;
  height: 100vh;
  margin: 5px;
  padding-top: 200px;
  color: #481D5B !important;
  background-image: url(../images/backgrounds/Capetra-hero-globe.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header span.border-div {
  background-image: url(../images/backgrounds/border-div.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 6px;
  border: none;
}

header.key {
  width: 100%;
  height: auto;
  margin: 5px;
  padding-top: 120px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #FFFFFF !important;
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0.895), rgba(13, 13, 13, 0.526)), url(../images/backgrounds/key-bg.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
header.key span.border-div {
  background-image: url(../images/backgrounds/border-div.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 6px;
  border: none;
}

header.approach {
  width: 100%;
  height: auto;
  margin: 5px;
  padding-top: 120px;
  border-radius: 20px;
  color: #481D5B !important;
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0.895), rgba(13, 13, 13, 0.526)), url(../images/backgrounds/Hero-banner.webp) !important;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.about-us .about-header {
  background-image: url(../images/backgrounds/who-we-are-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-bottom: 1px dashed #cccccc !important;
}
.about-us p {
  font-size: 20px;
}
.about-us .card-img img {
  border: 5px solid #CAB7D4;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}
.about-us .card-img img:hover {
  transition: 0.5s ease-out;
  border: 10px solid #CAB7D4;
}

.mission .container {
  background-image: url(../images/backgrounds/mission-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.border-striped {
  border: 1px dashed #cccccc !important;
}

.border-striped-bottom {
  border-bottom: 1px dashed #cccccc !important;
}

.testimonials .border-striped {
  border: 1px dashed rgba(0, 0, 0, 0.3019607843);
}
.testimonials .striped {
  border: 1px dashed rgba(0, 0, 0, 0.3019607843);
}
.testimonials .striped .col-lg-4 {
  border-right: 1px dashed rgba(0, 0, 0, 0.3019607843);
}

.services h4 {
  font-size: 2.5vw;
}
.services img.card-img {
  width: 100%;
  height: 450px;
  aspect-ratio: 1/1;
}

.investment .card {
  width: 100%;
  height: 31vh;
}
.investment .card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.investment .card .card-img {
  width: 75px;
  height: 75px;
}
.investment .card:hover {
  cursor: pointer;
  transition: 0.5s ease-out;
  background: #030014;
  color: #481D5B !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.investment h3:hover {
  background: #481D5B;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.investment .border-purple {
  border: 2px solid #481D5B;
}
.investment .border-purple:hover {
  background: #481D5B !important;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.investment h3 {
  font-size: 3vw;
}

.partners .partner-locations img {
  width: 100%;
  height: 500px;
  aspect-ratio: 1/2;
}
.partners .item img {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.partners .item.cube img {
  padding: 12px;
  width: 100px;
  height: 90px;
  border-radius: 10px !important;
}
.partners img {
  filter: contrast(1.2) brightness(1.1);
  filter: unsharp-mask(1 2px 1);
  border-radius: 10px !important;
  padding: 12px;
  width: 50px;
  height: 90px;
  aspect-ratio: 1/2;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.case-study .card img {
  width: 60px;
  height: 60px;
}
.case-study .card:hover {
  background: #481D5B;
  color: #FFFFFF;
  transition: all 0.4s ease-out;
  transform: translate(3px, 8px);
  cursor: pointer;
}

.success-case table {
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 15px;
}
.success-case table thead.table-darker {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #481D5B !important;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.success-case table > thead > tr {
  background: #481D5B !important;
}
.success-case img {
  width: 80px;
  height: 40px;
  aspect-ratio: 1/2;
}

thead {
  color: #FFFFFF;
  background-color: #481D5B !important;
}

.management .management-header h3 {
  font-weight: 400 !important;
}
.management .card h3 {
  color: #481D5B;
}
.management .card:hover {
  background: #481D5B;
  color: #FFFFFF !important;
  transition: all 0.4s ease-out;
  transform: translate(3px, 8px);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.management .card.bottom {
  margin-top: -80px;
}
.management .card.bottom1 {
  margin-top: -190px;
}
.management table tr td {
  font-size: 13px;
}
.management ul.check {
  list-style-type: none; /* Remove default bullets */
}
.management ul.check li::before {
  content: "✓"; /* Unicode checkmark */
  margin-right: 8px;
  color: #CAB7D4;
  font-weight: bold;
}
.management ul.circle {
  list-style-type: none; /* Remove default bullets */
}
.management ul.circle li::before {
  content: "○" !important; /* Unicode empty */
  margin-right: 8px;
  color: #CAB7D4;
  font-weight: bold;
}
.management .rounded-circle-btn {
  width: 150px; /* Adjust width to fit content */
  height: 150px; /* Equal height for circular shape */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Bricolage Grotesque", sans-serif; /* Makes the button circular */
  background: #CAB7D4;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  gap: 0;
}
.management .rounded-circle-btn img {
  width: 50px;
  height: 50px;
}
.management .rounded-circle-btn:hover {
  background-color: #481D5B;
}
.management .nav-pills .nav-item {
  border: 8px solid #481D5B;
  border-radius: 50%;
  padding: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.management .nav-pills .nav-link {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background: #CAB7D4;
  border: 4px solid #481D5B;
  color: white;
}
.management .nav-pills .nav-link:hover {
  background: #481D5B;
}
.management .nav-pills .nav-link.active {
  background: #481D5B;
}
.management .nav-pills .nav-link:active {
  background: #481D5B;
}
.management .nav-pills .nav-link:focus {
  background: #481D5B;
}
.management .circle-container {
  color: white;
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.management .bottom-buttons {
  display: flex;
  gap: 0px; /* Spacing between the two bottom buttons */
}

.risk-card {
  width: 100%;
  height: 32vh;
}

.team {
  position: relative;
}
.team .row.full {
  z-index: 999;
  background: #030014;
}
.team .row.full .card {
  color: #FFFFFF !important;
  border: 1px solid #494949;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 30px 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}
.team .row.full .card img {
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}
.team .row.full .card h4 {
  color: #FFFFFF !important;
  font-weight: 500;
}
.team .item img.card-img {
  width: 100%;
  height: 320px;
  aspect-ratio: 1/1;
  border-radius: 30px, 30px, 0px, 0px;
  -webkit-border-radius: 30px, 30px, 0px, 0px;
  -moz-border-radius: 30px, 30px, 0px, 0px;
  -ms-border-radius: 30px, 30px, 0px, 0px;
  -o-border-radius: 30px, 30px, 0px, 0px;
}

.journey {
  margin-top: -100px;
  background-image: url(../images/backgrounds/journey-bg.webp);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.journey h2 {
  display: flex;
  justify-content: center;
  padding-top: 250px;
}

.journey1 {
  background-image: url(../images/backgrounds/journey-bg.webp);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

footer {
  background-image: url(../images/backgrounds/footer-image.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
footer p {
  font-weight: 200;
}
footer .footer-logo img {
  width: 150px;
  height: auto;
}
footer ul {
  margin-left: 0;
  padding-left: 0;
}
footer ul li {
  font-size: 20px;
  color: #cdcdcd;
  list-style-type: none;
  text-decoration: none;
}
footer a {
  font-size: 18px;
  text-decoration: none;
  color: #cdcdcd;
}
footer a:hover {
  color: #FFFFFF;
}
footer .social-icons ul li {
  display: inline-block;
  list-style-type: none;
  text-decoration: none;
}
footer .social-icons i {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}
footer .social-icons i:hover {
  list-style-type: none;
  text-decoration: none;
  z-index: 999;
  margin: 0;
  padding: 0;
  color: #481D5B;
}
footer small {
  font-weight: 300;
}

.modal {
  backdrop-filter: blur(50.0999984741px);
}

.modal-content label {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #4f4f4f;
}

form .form-floating input {
  font-family: "Inter", sans-serif;
  color: #4f4f4f;
}

@media (max-width: 991px) {
  header {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0;
  }
  header.key {
    border-radius: 0 0 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: auto;
    background-attachment: auto;
    background-image: url(../images/backgrounds/key-bg.webp) !important;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
  }
  header.approach {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  h1 {
    font-size: 6vw !important;
  }
  h2 {
    font-size: 5vw !important;
  }
  h3 {
    font-size: 4.5vw !important;
  }
  h4 {
    font-size: 4.5vw !important;
  }
  p {
    font-size: 3.5vw !important;
  }
  hr {
    visibility: hidden;
    display: none !important;
    margin: 0;
    width: 0;
    border: none !important;
  }
  hr.line {
    width: 0 !important;
    visibility: hidden;
    display: none !important;
    margin: 0 !important;
    padding: 0;
    border: none;
  }
  .partners h3 {
    font-size: 4.5vw !important;
  }
  .partners .item img {
    width: 100%;
    height: 100px;
    border-radius: 12px;
  }
  .owl-nav .owl-prev img {
    background-color: #481D5B;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .owl-nav .owl-next img {
    background-color: #481D5B;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .success-case table {
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 15px;
  }
  .success-case table thead {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: #481D5B !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .success-case img {
    width: 100%;
  }
  .team .item {
    margin-bottom: 12px;
  }
  .team .item img.card-img {
    width: 100%;
    height: auto;
  }
  .management .card.bottom {
    margin-top: 0;
  }
  .management .card.bottom1 {
    margin-top: 0;
  }
  .services img.card-img {
    width: 100%;
    height: auto;
  }
  .partners .partner-locations img {
    width: 100%;
    height: 300px;
  }
  .risk-card {
    width: 100%;
    height: auto;
  }
  .journey {
    margin-top: 0;
  }
  footer {
    text-align: center;
    margin: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
