.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4dd843a5-307f-4e84-8ef3-a0e49ac69509 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4dd843a5-307f-4e84-8ef3-a0e49ac69509 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dd843a5-307f-4e84-8ef3-a0e49ac69509 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4dd843a5-307f-4e84-8ef3-a0e49ac69509 {
  
}
}@media (max-width: 767px){#s-4dd843a5-307f-4e84-8ef3-a0e49ac69509 {
  
}
}







#s-4dd843a5-307f-4e84-8ef3-a0e49ac69509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd843a5-307f-4e84-8ef3-a0e49ac69509.shg-box.shg-c {
  justify-content: flex-start;
}

#s-43211865-84ab-44f9-a906-8ac0062ff33a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(234, 249, 254, 1);
}
@media (min-width: 1200px){#s-43211865-84ab-44f9-a906-8ac0062ff33a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43211865-84ab-44f9-a906-8ac0062ff33a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43211865-84ab-44f9-a906-8ac0062ff33a {
  
}
}@media (max-width: 767px){#s-43211865-84ab-44f9-a906-8ac0062ff33a {
  
}
}







#s-43211865-84ab-44f9-a906-8ac0062ff33a > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-43211865-84ab-44f9-a906-8ac0062ff33a.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-816434f5-076d-4e52-b018-467033945496 {
  background-image: url(https://i.shgcdn.com/069ce5b0-853d-42a0-b22a-2f1835bfe496/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 200px;
background-position: center center;
opacity: 1;
background-color: rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) and (max-width: 991px){#s-816434f5-076d-4e52-b018-467033945496 {
  min-height: 50px;
}
}
@media (min-width: 0px) {
[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-816434f5-076d-4e52-b018-467033945496"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e7e21abc-b4fc-4118-bb9a-e51dd779c486 {
  margin-top: 160px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0.07);
}
@media (min-width: 1200px){#s-e7e21abc-b4fc-4118-bb9a-e51dd779c486 {
  margin-top: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7e21abc-b4fc-4118-bb9a-e51dd779c486 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7e21abc-b4fc-4118-bb9a-e51dd779c486 {
  margin-top: 100px;
margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e7e21abc-b4fc-4118-bb9a-e51dd779c486 {
  margin-top: 150px;
margin-left: 20px;
margin-right: 20px;
}
}
#s-e7e21abc-b4fc-4118-bb9a-e51dd779c486 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: ;
  
}


@media (max-width: 767px){#s-e7e21abc-b4fc-4118-bb9a-e51dd779c486 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: ;
  
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-21f4f836-8c9b-42f2-b7a7-e19945311b06 {
  border-style: solid;
margin-top: 20px;
margin-left: 100px;
margin-bottom: 20px;
margin-right: 200px;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0.07);
}
@media (min-width: 1200px){#s-21f4f836-8c9b-42f2-b7a7-e19945311b06 {
  margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21f4f836-8c9b-42f2-b7a7-e19945311b06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21f4f836-8c9b-42f2-b7a7-e19945311b06 {
  margin-left: 50px;
margin-right: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-21f4f836-8c9b-42f2-b7a7-e19945311b06 {
  margin-left: 20px;
margin-right: 20px;
padding-right: 20px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-left: 100px;
margin-right: 250px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 104, 42, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(33, 44, 102, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1 {
  margin-bottom: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1 {
  margin-bottom: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 150px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1 {
  margin-left: 20px;
margin-right: 150px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
}
}


#s-4c5641f2-3bab-4ae2-b58b-c62a487c27d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ab882b7d-271b-4a28-8010-0213e4767886 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab882b7d-271b-4a28-8010-0213e4767886 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab882b7d-271b-4a28-8010-0213e4767886 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab882b7d-271b-4a28-8010-0213e4767886 {
  
}
}@media (max-width: 767px){#s-ab882b7d-271b-4a28-8010-0213e4767886 {
  
}
}







#s-ab882b7d-271b-4a28-8010-0213e4767886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab882b7d-271b-4a28-8010-0213e4767886.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c879c2ba-c82d-4000-97ed-f0fd7f4b6211 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c879c2ba-c82d-4000-97ed-f0fd7f4b6211 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c879c2ba-c82d-4000-97ed-f0fd7f4b6211 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c879c2ba-c82d-4000-97ed-f0fd7f4b6211 {
  
}
}@media (max-width: 767px){#s-c879c2ba-c82d-4000-97ed-f0fd7f4b6211 {
  
}
}







#s-c879c2ba-c82d-4000-97ed-f0fd7f4b6211 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c879c2ba-c82d-4000-97ed-f0fd7f4b6211.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f3b7663-9085-448b-892f-e0fe8478f03e {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-8f3b7663-9085-448b-892f-e0fe8478f03e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f3b7663-9085-448b-892f-e0fe8478f03e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f3b7663-9085-448b-892f-e0fe8478f03e {
  
}
}@media (max-width: 767px){#s-8f3b7663-9085-448b-892f-e0fe8478f03e {
  
}
}







#s-8f3b7663-9085-448b-892f-e0fe8478f03e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3b7663-9085-448b-892f-e0fe8478f03e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7bfe5a0c-0ad6-4862-84d0-a38f5844c719 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7bfe5a0c-0ad6-4862-84d0-a38f5844c719 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bfe5a0c-0ad6-4862-84d0-a38f5844c719 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bfe5a0c-0ad6-4862-84d0-a38f5844c719 {
  
}
}@media (max-width: 767px){#s-7bfe5a0c-0ad6-4862-84d0-a38f5844c719 {
  
}
}







#s-7bfe5a0c-0ad6-4862-84d0-a38f5844c719 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7bfe5a0c-0ad6-4862-84d0-a38f5844c719.shg-box.shg-c {
  justify-content: center;
}

#s-d2164d18-061e-4088-b795-f7a94757a214 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2164d18-061e-4088-b795-f7a94757a214"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-efc1c176-8208-4e6d-b5f3-2de3351259d9 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-efc1c176-8208-4e6d-b5f3-2de3351259d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efc1c176-8208-4e6d-b5f3-2de3351259d9.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2896d192-d927-4b22-aa52-42eb5f78b951 {
  margin-left: 20px;
text-align: left;
}




  #s-2896d192-d927-4b22-aa52-42eb5f78b951 img.shogun-image {
    
    width: px;
  }


#s-2896d192-d927-4b22-aa52-42eb5f78b951 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8fb3876-591b-45e1-bf4d-3cae66f6cf2f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8fb3876-591b-45e1-bf4d-3cae66f6cf2f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-850663ad-ced0-4f36-98fe-e29a0ddf9081 {
  margin-left: 20px;
margin-right: 20px;
}

#s-958ff700-14e6-4386-b17d-de24973fe7f8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-958ff700-14e6-4386-b17d-de24973fe7f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958ff700-14e6-4386-b17d-de24973fe7f8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c51d92e4-4fe6-427a-b536-ae2922ddd806 {
  margin-left: 20px;
text-align: left;
}




  #s-c51d92e4-4fe6-427a-b536-ae2922ddd806 img.shogun-image {
    
    width: px;
  }


#s-c51d92e4-4fe6-427a-b536-ae2922ddd806 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fdfe35d-f2d5-4f52-ae10-c03a257cdad9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fdfe35d-f2d5-4f52-ae10-c03a257cdad9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e4f0e9d0-1a26-4300-a4ac-7ee9d672e129 {
  margin-left: 20px;
margin-right: 20px;
}

#s-94734f91-d89f-4882-8ebc-8816880a279e {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-94734f91-d89f-4882-8ebc-8816880a279e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94734f91-d89f-4882-8ebc-8816880a279e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a5914065-23f9-4e77-a71b-6bdac15d2d3e {
  margin-left: 20px;
margin-right: 20px;
}

#s-a5914065-23f9-4e77-a71b-6bdac15d2d3e .shogun-icon-wrapper {
  text-align: left;
}


#s-a5914065-23f9-4e77-a71b-6bdac15d2d3e .shogun-icon-wrapper > .shogun-icon {

  font-size: 37px !important;
  color: rgba(0, 0, 0, 1);
}

#s-deec22e4-41d9-4e29-89a4-a86d3fa1f996 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-deec22e4-41d9-4e29-89a4-a86d3fa1f996 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-16e75177-e8d7-4eb4-8627-736fb1af79f6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2b663010-3a35-4f0e-8e10-affe38ce2e3c {
  padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b663010-3a35-4f0e-8e10-affe38ce2e3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b663010-3a35-4f0e-8e10-affe38ce2e3c.shg-box.shg-c {
  justify-content: center;
}

#s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05 {
  margin-top: 20px;
margin-left: 100px;
margin-bottom: 15px;
margin-right: 100px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(35, 44, 101, 0);
}
@media (min-width: 1200px){#s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05 {
  margin-left: 120px;
margin-right: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05 {
  margin-left: 130px;
margin-right: 130px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-cccdfdfa-4b08-45e9-acb6-2f2c44754b05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-83d381cd-9932-4a1f-b386-6abcd7f32157 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-radius: 3px;
text-align: center;
opacity: 1;
}




  #s-83d381cd-9932-4a1f-b386-6abcd7f32157 img.shogun-image {
    
    width: px;
  }


#s-83d381cd-9932-4a1f-b386-6abcd7f32157 .shogun-image-content {
  
    align-items: center;
  
}

#s-75deedcf-f821-4fab-a00f-895ca558cb0e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-0771e1f7-027f-4c40-9365-772f2dec18bb {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-radius: 2px;
text-align: center;
}




  #s-0771e1f7-027f-4c40-9365-772f2dec18bb img.shogun-image {
    
    width: px;
  }


#s-0771e1f7-027f-4c40-9365-772f2dec18bb .shogun-image-content {
  
    align-items: center;
  
}

#s-317d69dd-6f95-4b48-a31f-8eb7e83d7248 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-6f960cb2-e0c5-43dd-b28d-25675bb7a199 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-radius: 2px;
text-align: center;
}




  #s-6f960cb2-e0c5-43dd-b28d-25675bb7a199 img.shogun-image {
    
    width: px;
  }


#s-6f960cb2-e0c5-43dd-b28d-25675bb7a199 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bd62f03-c0f7-4779-8ee9-78b6996867a9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-4088d297-432e-4254-97cf-b0c2e7311d7c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-radius: 2px;
text-align: center;
}




  #s-4088d297-432e-4254-97cf-b0c2e7311d7c img.shogun-image {
    
    width: px;
  }


#s-4088d297-432e-4254-97cf-b0c2e7311d7c .shogun-image-content {
  
    align-items: center;
  
}

#s-fdb0d0f9-df92-41f1-af7f-3c6a1ef759c3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f8810622-c328-41eb-8b31-24b2c56bfee7 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8810622-c328-41eb-8b31-24b2c56bfee7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-595fe5cf-ecbb-41df-9efd-c60b95cb746d {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-595fe5cf-ecbb-41df-9efd-c60b95cb746d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-595fe5cf-ecbb-41df-9efd-c60b95cb746d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-595fe5cf-ecbb-41df-9efd-c60b95cb746d {
  
}
}@media (max-width: 767px){#s-595fe5cf-ecbb-41df-9efd-c60b95cb746d {
  
}
}
#s-cfc7d020-c726-4f43-a90c-7d13cffda514 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-cfc7d020-c726-4f43-a90c-7d13cffda514 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfc7d020-c726-4f43-a90c-7d13cffda514 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfc7d020-c726-4f43-a90c-7d13cffda514 {
  
}
}@media (max-width: 767px){#s-cfc7d020-c726-4f43-a90c-7d13cffda514 {
  
}
}
#s-cfc7d020-c726-4f43-a90c-7d13cffda514 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c853d36-298b-49bf-b4db-eab1b5459b93 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-4c853d36-298b-49bf-b4db-eab1b5459b93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c853d36-298b-49bf-b4db-eab1b5459b93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c853d36-298b-49bf-b4db-eab1b5459b93 {
  
}
}@media (max-width: 767px){#s-4c853d36-298b-49bf-b4db-eab1b5459b93 {
  
}
}
#s-6922d02a-a410-4818-9578-277467d1abde {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-6922d02a-a410-4818-9578-277467d1abde {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6922d02a-a410-4818-9578-277467d1abde {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6922d02a-a410-4818-9578-277467d1abde {
  
}
}@media (max-width: 767px){#s-6922d02a-a410-4818-9578-277467d1abde {
  
}
}
@media (min-width: 0px) {
[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6922d02a-a410-4818-9578-277467d1abde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5312c491-ef6f-445c-b0d3-3231434c6a25 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 104, 42, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-5312c491-ef6f-445c-b0d3-3231434c6a25:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(33, 44, 102, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-5312c491-ef6f-445c-b0d3-3231434c6a25:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5312c491-ef6f-445c-b0d3-3231434c6a25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5312c491-ef6f-445c-b0d3-3231434c6a25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5312c491-ef6f-445c-b0d3-3231434c6a25 {
  
}
}@media (max-width: 767px){#s-5312c491-ef6f-445c-b0d3-3231434c6a25 {
  
}
}


#s-5312c491-ef6f-445c-b0d3-3231434c6a25.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1c27deaf-2633-4c54-9a08-d1e91247069d {
  margin-top: 6px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}




  #s-1c27deaf-2633-4c54-9a08-d1e91247069d img.shogun-image {
    
    width: px;
  }


#s-1c27deaf-2633-4c54-9a08-d1e91247069d .shogun-image-content {
  
    align-items: center;
  
}

#s-1a1e5368-8759-41a1-b997-028f94defa28 {
  min-height: 50px;
}








#s-1a1e5368-8759-41a1-b997-028f94defa28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1e5368-8759-41a1-b997-028f94defa28.shg-box.shg-c {
  justify-content: center;
}

#s-b7f8ff87-7d91-4897-ab62-b0e232ee5e7f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b7f8ff87-7d91-4897-ab62-b0e232ee5e7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7f8ff87-7d91-4897-ab62-b0e232ee5e7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7f8ff87-7d91-4897-ab62-b0e232ee5e7f {
  
}
}@media (max-width: 767px){#s-b7f8ff87-7d91-4897-ab62-b0e232ee5e7f {
  
}
}







#s-b7f8ff87-7d91-4897-ab62-b0e232ee5e7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7f8ff87-7d91-4897-ab62-b0e232ee5e7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8aac4d2e-8b45-406f-b164-477fbfbb0c8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-56ed8ac9-7af7-47d8-872f-3920b1030a32 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-56ed8ac9-7af7-47d8-872f-3920b1030a32 img.shogun-image {
    
    width: px;
  }


#s-56ed8ac9-7af7-47d8-872f-3920b1030a32 .shogun-image-content {
  
    align-items: center;
  
}

#s-14c2cec6-98f3-4d72-9f6a-30792b1f7d38 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: left;
}

#s-14c2cec6-98f3-4d72-9f6a-30792b1f7d38 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-25dfcb0e-ce89-4050-9bfb-8895458ebb62 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

#s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fe07aeb-5816-4dcf-a1ac-de6b10aa4b33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 104, 42, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(33, 44, 102, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683 {
  
}
}@media (max-width: 767px){#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683 {
  
}
}


#s-a2dd1ccc-169e-48c9-a4bd-70cba5612683.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (max-width: 767px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}







#s-8003a33e-9577-48ad-9f10-128f05b936d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8003a33e-9577-48ad-9f10-128f05b936d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-623c7d8d-de3a-4a1b-9152-a8615954f2cd {
  min-height: 50px;
}








#s-623c7d8d-de3a-4a1b-9152-a8615954f2cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-623c7d8d-de3a-4a1b-9152-a8615954f2cd.shg-box.shg-c {
  justify-content: center;
}

#s-8795f29a-355a-4937-ac2d-9f4436a1dc08 {
  min-height: 50px;
}








#s-8795f29a-355a-4937-ac2d-9f4436a1dc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8795f29a-355a-4937-ac2d-9f4436a1dc08.shg-box.shg-c {
  justify-content: center;
}

#s-566079b3-895a-494d-ae21-4d4a62b8fb81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-566079b3-895a-494d-ae21-4d4a62b8fb81 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a4f82c8-45df-408c-995c-31f78aa10637 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-831b6e2b-ac9c-49db-942f-9b5e9672c18a {
  margin-left: 100px;
margin-right: 100px;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-831b6e2b-ac9c-49db-942f-9b5e9672c18a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-14b1b725-ad39-4a52-a822-f9b50e010f90 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14b1b725-ad39-4a52-a822-f9b50e010f90 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-074562bd-6e03-4ae7-a9e5-99fc23b22b24 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-074562bd-6e03-4ae7-a9e5-99fc23b22b24 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-074562bd-6e03-4ae7-a9e5-99fc23b22b24 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-074562bd-6e03-4ae7-a9e5-99fc23b22b24"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-55949951-0258-4fc5-ade0-f26ffe984710 {
  text-align: center;
}




  #s-55949951-0258-4fc5-ade0-f26ffe984710 img.shogun-image {
    
    width: px;
  }


#s-55949951-0258-4fc5-ade0-f26ffe984710 .shogun-image-content {
  
    align-items: center;
  
}

#s-b24048f3-6b25-45fb-b24e-5ec6b976775e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-705ed5bb-4f26-491a-8b1b-7701eea3bfe5 {
  text-align: center;
}




  #s-705ed5bb-4f26-491a-8b1b-7701eea3bfe5 img.shogun-image {
    
    width: px;
  }


#s-705ed5bb-4f26-491a-8b1b-7701eea3bfe5 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa6403f6-ebd9-44dd-b73f-575282e12f90 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-740f2e25-ad9f-4ee1-b025-e2d54c1d998f {
  text-align: center;
}




  #s-740f2e25-ad9f-4ee1-b025-e2d54c1d998f img.shogun-image {
    
    width: px;
  }


#s-740f2e25-ad9f-4ee1-b025-e2d54c1d998f .shogun-image-content {
  
    align-items: center;
  
}

#s-d2789334-f303-457f-bd7f-594dde1fef19 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-2be6e703-b274-4ff7-979d-6aca2d14f27c {
  text-align: center;
}




  #s-2be6e703-b274-4ff7-979d-6aca2d14f27c img.shogun-image {
    
    width: px;
  }


#s-2be6e703-b274-4ff7-979d-6aca2d14f27c .shogun-image-content {
  
    align-items: center;
  
}

#s-c665fe5e-a0bb-4017-a000-d6a1416409c2 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f0eba685-cc4f-4ae5-9e0b-cf0d1d5584f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 104, 42, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(33, 44, 102, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee {
  
}
}@media (max-width: 767px){#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee {
  
}
}


#s-8c5ec4cf-eb2b-498f-ad72-9021ad405dee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-210a32e4-bf9b-4684-b74d-5f7f1013d02f {
  min-height: 50px;
}








#s-210a32e4-bf9b-4684-b74d-5f7f1013d02f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-210a32e4-bf9b-4684-b74d-5f7f1013d02f.shg-box.shg-c {
  justify-content: center;
}

#s-d3656b56-8f09-474f-9856-d5ddb3f60fc1 {
  min-height: 50px;
}








#s-d3656b56-8f09-474f-9856-d5ddb3f60fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3656b56-8f09-474f-9856-d5ddb3f60fc1.shg-box.shg-c {
  justify-content: center;
}

#s-1904b075-d18b-4dc5-b06c-bd0d9730e24f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1904b075-d18b-4dc5-b06c-bd0d9730e24f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-04e4d433-9576-4db6-87a1-435e45dfde8f {
  border-style: solid;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-12a43683-b04c-45b0-ae64-d4ec2a48c23b {
  min-height: 50px;
}








#s-12a43683-b04c-45b0-ae64-d4ec2a48c23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12a43683-b04c-45b0-ae64-d4ec2a48c23b.shg-box.shg-c {
  justify-content: center;
}

#s-f06f2d4d-a003-4646-b000-65d64c9c50ad {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f06f2d4d-a003-4646-b000-65d64c9c50ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-47959c46-8978-48bc-81da-5db38bb87501 {
  text-align: center;
}




  #s-47959c46-8978-48bc-81da-5db38bb87501 img.shogun-image {
    
    width: px;
  }


#s-47959c46-8978-48bc-81da-5db38bb87501 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f821c05-482a-4e76-8509-62b4a6d8a2b1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: left;
}

#s-1f821c05-482a-4e76-8509-62b4a6d8a2b1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-43cd9357-0341-452a-b2c5-6266684e8c2c {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

#s-ad48b987-1227-4075-b25a-ab3d7a085c1f {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad48b987-1227-4075-b25a-ab3d7a085c1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0719d3eb-e2de-45f9-96aa-b08d648321de {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 104, 42, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-0719d3eb-e2de-45f9-96aa-b08d648321de:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(33, 44, 102, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-0719d3eb-e2de-45f9-96aa-b08d648321de:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0719d3eb-e2de-45f9-96aa-b08d648321de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0719d3eb-e2de-45f9-96aa-b08d648321de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0719d3eb-e2de-45f9-96aa-b08d648321de {
  
}
}@media (max-width: 767px){#s-0719d3eb-e2de-45f9-96aa-b08d648321de {
  
}
}


#s-0719d3eb-e2de-45f9-96aa-b08d648321de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}

#s-4d9f551f-3e77-48b8-a367-d9ca82b980ee {
  min-height: 50px;
}








#s-4d9f551f-3e77-48b8-a367-d9ca82b980ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d9f551f-3e77-48b8-a367-d9ca82b980ee.shg-box.shg-c {
  justify-content: center;
}

#s-e9f988a3-5d53-41bd-b6f9-f4dd135e96fc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
