/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/methodology.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.bullets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(to bottom, #F5F0EE 0%, #FDEBDB 100%);
}
.bullets .bg1 {
  background: rgba(255, 212, 180, 0.5);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -400px;
  width: 1862px;
  height: 921px;
  filter: blur(100px);
  animation: bg1Float 20s ease-in-out infinite;
  border-radius: 50%;
}
.bullets .bg2 {
  background: radial-gradient(ellipse at center, rgba(249, 165, 120, 0.8) 0%, rgba(249, 165, 120, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -312px;
  width: 1265px;
  height: 625px;
  filter: blur(100px);
  animation: bg2Float 15s ease-in-out infinite;
  border-radius: 50%;
}

@keyframes bg1Float {
  0% {
    transform: translate(-50%, 30%);
  }
  20% {
    transform: translate(-30%, -20%);
  }
  40% {
    transform: translate(-70%, -60%);
  }
  60% {
    transform: translate(-20%, -80%);
  }
  80% {
    transform: translate(-60%, -40%);
  }
  100% {
    transform: translate(-50%, 30%);
  }
}
@keyframes bg2Float {
  0% {
    transform: translate(-50%, 50%);
  }
  25% {
    transform: translate(20%, -20%);
  }
  50% {
    transform: translate(60%, -30%);
  }
  75% {
    transform: translate(-40%, -60%);
  }
  100% {
    transform: translate(-50%, 50%);
  }
}
.content {
  background: linear-gradient(to bottom, #371F16 0%, #5E3B33 30%, #69371C 100%);
}
.content:before {
  background: #371F16;
}

.textBox {
  position: relative;
  z-index: 0;
  padding-bottom: 48px;
}
.textBox h2 {
  font-weight: 400;
}
.textBox .tableWrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding-top: 48px;
}
.textBox table {
  min-width: 1432px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
}
.textBox table tr {
  position: relative;
}
.textBox table tr:after {
  content: "";
  border-top: 1px dashed #fff;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 62px;
}
.textBox table tr:first-child:after {
  display: none;
}
.textBox table tr:first-child td {
  border-radius: 16px 16px 0 0;
}
.textBox table tr:first-child td img {
  width: 32px;
  height: 32px;
}
.textBox table tr:last-child td {
  border-radius: 0 0 16px 16px;
}
.textBox table tr td {
  padding: 16px 24px;
  position: relative;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.08);
  width: 377px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.textBox table tr td:first-child {
  background: none;
  padding-left: 0;
  cursor: default;
  width: 160px;
}
.textBox table tr td:first-child h3 {
  text-transform: none;
  letter-spacing: 0;
}
.textBox table tr td h3 {
  padding-top: 0;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.textBox table tr td h3 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
}
.textBox table tr td h3 strong {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.textBox table tr td p, .textBox table tr td ul, .textBox table tr td ol {
  font-size: 13px;
  margin-left: 0;
}
.textBox table tr td ul li:before {
  background: #fff;
  top: 12px;
}
.textBox table tr td > * {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1081px) {
  .textBox {
    padding-bottom: 174px;
  }
  .textBox:after {
    content: "";
    background: rgba(187, 114, 63, 0.3);
    position: absolute;
    right: 200px;
    top: 200px;
    width: 1400px;
    height: 1400px;
    filter: blur(100px);
    border-radius: 50%;
    z-index: -1;
  }
  .textBox .tableWrapper {
    padding-top: 96px;
  }
  .textBox table tr:after {
    right: 16px;
  }
  .textBox table tr td:first-child {
    width: 220px;
  }
}

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