.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-7d11191c-e2a4-431f-88bb-f4064cd82f60 {
  min-height: 50px;
}








#s-7d11191c-e2a4-431f-88bb-f4064cd82f60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d11191c-e2a4-431f-88bb-f4064cd82f60.shg-box.shg-c {
  justify-content: center;
}

#s-a0ec1297-10e2-4acb-b7d0-2d6e9a83130e {
  background-image: url(https://i.shgcdn.com/ded1277c-4459-4209-b7b5-848e31e833cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-a0ec1297-10e2-4acb-b7d0-2d6e9a83130e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-a0ec1297-10e2-4acb-b7d0-2d6e9a83130e.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-218d9455-15ba-415f-a65f-367e200a46db {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-218d9455-15ba-415f-a65f-367e200a46db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-e6804f3e-6fb8-4d79-9a8f-d829e7af166b {
  border-style: solid;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.63);
text-align: center;
background-color: rgba(1, 64, 114, 0);
}

#s-e6804f3e-6fb8-4d79-9a8f-d829e7af166b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-e6804f3e-6fb8-4d79-9a8f-d829e7af166b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
.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-e7039b78-7f71-4337-bc2f-dfecdc178b5e {
  margin-top: 20px;
margin-bottom: 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-e013ed7c-3891-42ce-92d6-e7b2a8da817c {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e013ed7c-3891-42ce-92d6-e7b2a8da817c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e013ed7c-3891-42ce-92d6-e7b2a8da817c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e013ed7c-3891-42ce-92d6-e7b2a8da817c {
  margin-left: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
}
}

  #s-e013ed7c-3891-42ce-92d6-e7b2a8da817c-btn-wrapper {
    text-align: center;
  }


#s-e013ed7c-3891-42ce-92d6-e7b2a8da817c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-e013ed7c-3891-42ce-92d6-e7b2a8da817c-btn-wrapper {
    text-align: center;
  }


#s-e013ed7c-3891-42ce-92d6-e7b2a8da817c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c84ddee9-4f7f-4df0-8c7e-e9f0256ded36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a8f3994b-ddd6-4b27-af04-aaa97aea25c0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-a8f3994b-ddd6-4b27-af04-aaa97aea25c0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7f70a94-53ed-44b7-8964-b882d74cf8a2 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-03925a02-0248-46ea-9e29-844b833a0b46 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-56e19880-ded2-4c19-b585-d2751c1a9e65 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-56e19880-ded2-4c19-b585-d2751c1a9e65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56e19880-ded2-4c19-b585-d2751c1a9e65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56e19880-ded2-4c19-b585-d2751c1a9e65 {
  
}
}@media (max-width: 767px){#s-56e19880-ded2-4c19-b585-d2751c1a9e65 {
  
}
}







#s-56e19880-ded2-4c19-b585-d2751c1a9e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56e19880-ded2-4c19-b585-d2751c1a9e65.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0f450a4-ce22-4684-ac36-45dfb469ccea {
  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(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-f0f450a4-ce22-4684-ac36-45dfb469ccea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0f450a4-ce22-4684-ac36-45dfb469ccea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0f450a4-ce22-4684-ac36-45dfb469ccea {
  
}
}@media (max-width: 767px){#s-f0f450a4-ce22-4684-ac36-45dfb469ccea {
  
}
}







#s-f0f450a4-ce22-4684-ac36-45dfb469ccea > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f0f450a4-ce22-4684-ac36-45dfb469ccea.shg-box.shg-c {
  justify-content: center;
}

#s-bef6ddd3-9fd0-4762-9400-25fbbab55ea3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bef6ddd3-9fd0-4762-9400-25fbbab55ea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef6ddd3-9fd0-4762-9400-25fbbab55ea3.shg-box.shg-c {
  justify-content: center;
}

#s-03f56c0c-2dfa-450b-8447-3b9904441f74 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03f56c0c-2dfa-450b-8447-3b9904441f74"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6758b205-f9da-478e-86af-f44f0a2f8f1f {
  min-height: 100px;
}
@media (max-width: 767px){#s-6758b205-f9da-478e-86af-f44f0a2f8f1f {
  padding-bottom: 20px;
}
}







#s-6758b205-f9da-478e-86af-f44f0a2f8f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6758b205-f9da-478e-86af-f44f0a2f8f1f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84a4cdf6-4df5-4f73-820d-fd378de77c19 {
  text-align: center;
}

#s-84a4cdf6-4df5-4f73-820d-fd378de77c19 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



#s-a9e0ab7b-0c37-4491-b59a-bd11b31b0dc4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 100px;
padding-right: 100px;
min-height: 100px;
}
@media (max-width: 767px){#s-a9e0ab7b-0c37-4491-b59a-bd11b31b0dc4 {
  padding-left: 5px;
padding-right: 5px;
}
}







#s-a9e0ab7b-0c37-4491-b59a-bd11b31b0dc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9e0ab7b-0c37-4491-b59a-bd11b31b0dc4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-08fa64b5-355a-4c10-897c-cfad93ca6f14 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b5c7c32-1bcd-42eb-9b64-d002a5eee0bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f42842c2-8d75-46be-9732-f012a6ef9d42 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-f42842c2-8d75-46be-9732-f012a6ef9d42 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-f42842c2-8d75-46be-9732-f012a6ef9d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f42842c2-8d75-46be-9732-f012a6ef9d42 {
  cursor: pointer;
}#s-f42842c2-8d75-46be-9732-f012a6ef9d42.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d73f98fa-5aeb-4bc5-a761-7e7be5fe1a4c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-d73f98fa-5aeb-4bc5-a761-7e7be5fe1a4c {
  min-height: 200px;
}
}







#s-d73f98fa-5aeb-4bc5-a761-7e7be5fe1a4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73f98fa-5aeb-4bc5-a761-7e7be5fe1a4c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d73f98fa-5aeb-4bc5-a761-7e7be5fe1a4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73f98fa-5aeb-4bc5-a761-7e7be5fe1a4c.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-f055c0b9-a6e7-46d1-a285-b98b99c993c8 {
  text-align: left;
}
@media (max-width: 767px){#s-f055c0b9-a6e7-46d1-a285-b98b99c993c8 {
  text-align: center;
}
}
#s-f055c0b9-a6e7-46d1-a285-b98b99c993c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f055c0b9-a6e7-46d1-a285-b98b99c993c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-0d521c39-1ddc-4647-a7ee-0e34989389e9 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0d521c39-1ddc-4647-a7ee-0e34989389e9 {
  padding-top: 0px;
text-align: center;
}
}
#s-0d521c39-1ddc-4647-a7ee-0e34989389e9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0d521c39-1ddc-4647-a7ee-0e34989389e9 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-0d521c39-1ddc-4647-a7ee-0e34989389e9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0d521c39-1ddc-4647-a7ee-0e34989389e9 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-73cfb0e8-3090-4fb1-8a16-2cc5f08b543b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73cfb0e8-3090-4fb1-8a16-2cc5f08b543b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a42ceef6-5ee0-4951-88c8-e7a3f9034c0d {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-4ab6de21-6c5e-417c-a3c8-5b4d3a914faf {
  min-height: 50px;
background-color: rgba(187, 240, 248, 1);
}








#s-4ab6de21-6c5e-417c-a3c8-5b4d3a914faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ab6de21-6c5e-417c-a3c8-5b4d3a914faf.shg-box.shg-c {
  justify-content: center;
}

#s-6996b331-9ff8-46ef-848f-f254a9bbd9af {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6996b331-9ff8-46ef-848f-f254a9bbd9af .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-d0d37506-43ce-433e-95ec-8c000f1a5a4d-btn-wrapper {
    text-align: left;
  }


#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-d0d37506-43ce-433e-95ec-8c000f1a5a4d-btn-wrapper {
    text-align: center;
  }


#s-d0d37506-43ce-433e-95ec-8c000f1a5a4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-adc81111-c1cc-47ed-bf27-93b270911c92 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-adc81111-c1cc-47ed-bf27-93b270911c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adc81111-c1cc-47ed-bf27-93b270911c92.shg-box.shg-c {
  justify-content: center;
}

#s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6 {
  min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-27d3a5f5-2180-48bf-b3dc-d6bbd1b5aff6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8648263a-d71f-4816-a5f6-4ae79cbdc762 {
  padding-left: 30%;
min-height: 500px;
}
@media (max-width: 767px){#s-8648263a-d71f-4816-a5f6-4ae79cbdc762 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-8648263a-d71f-4816-a5f6-4ae79cbdc762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8648263a-d71f-4816-a5f6-4ae79cbdc762.shg-box.shg-c {
  justify-content: center;
}

#s-a8562e24-c431-4b45-b43c-7390a433a201 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-a8562e24-c431-4b45-b43c-7390a433a201 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
}
#s-a8562e24-c431-4b45-b43c-7390a433a201 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a8562e24-c431-4b45-b43c-7390a433a201 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-bfc8c4f6-54d7-47e6-8d0b-eb86f9599eff {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6-btn-wrapper {
    text-align: left;
  }


#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6-btn-wrapper {
    text-align: center;
  }


#s-72d3a26a-30ca-4ea5-9990-f77820a9e4f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-09a40470-ec5e-4114-bc24-b8733df24339 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 100px;
padding-right: 100px;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-09a40470-ec5e-4114-bc24-b8733df24339 {
  padding-left: 5px;
padding-right: 5px;
min-height: 300px;
}
}







#s-09a40470-ec5e-4114-bc24-b8733df24339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09a40470-ec5e-4114-bc24-b8733df24339 {
  cursor: pointer;
}#s-09a40470-ec5e-4114-bc24-b8733df24339.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5e08466e-c30a-47c5-bf56-5809bba04e4f {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-5e08466e-c30a-47c5-bf56-5809bba04e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e08466e-c30a-47c5-bf56-5809bba04e4f.shg-box.shg-c {
  justify-content: center;
}

#s-31f1c086-a364-47e2-96ba-2e58962b6dd9 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31f1c086-a364-47e2-96ba-2e58962b6dd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-808b934a-ba9f-4a22-9f38-6c6b97ea9dcf {
  min-height: 100px;
}
@media (max-width: 767px){#s-808b934a-ba9f-4a22-9f38-6c6b97ea9dcf {
  padding-bottom: 20px;
}
}







#s-808b934a-ba9f-4a22-9f38-6c6b97ea9dcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-808b934a-ba9f-4a22-9f38-6c6b97ea9dcf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c73ea134-7546-4c93-bb7b-ff3a754e7654 {
  text-align: center;
}

#s-c73ea134-7546-4c93-bb7b-ff3a754e7654 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



#s-d414ecd8-d6fb-4839-ac78-61f739d80f50 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 100px;
padding-right: 100px;
min-height: 100px;
}
@media (max-width: 767px){#s-d414ecd8-d6fb-4839-ac78-61f739d80f50 {
  padding-left: 5px;
padding-right: 5px;
}
}







#s-d414ecd8-d6fb-4839-ac78-61f739d80f50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d414ecd8-d6fb-4839-ac78-61f739d80f50.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b671fc66-fa8f-49eb-8832-201e03de911c {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}
