.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-5c20eef0-b155-40b3-95f1-d2206ddf0a6f {
  margin-bottom: 0px;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-e573cedf-6921-4693-aa62-42526e94ea09 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
max-width: 1080px;
background-color: rgba(25, 25, 25, 1);
}








#s-e573cedf-6921-4693-aa62-42526e94ea09 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e573cedf-6921-4693-aa62-42526e94ea09.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-990776d6-e8c2-4b49-9972-fa0d2a04747b {
  min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-990776d6-e8c2-4b49-9972-fa0d2a04747b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-990776d6-e8c2-4b49-9972-fa0d2a04747b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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-85fa384d-bd4b-4ad7-a5f1-baada6da190b {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-85fa384d-bd4b-4ad7-a5f1-baada6da190b {
  
}
}@media (max-width: 767px){#s-85fa384d-bd4b-4ad7-a5f1-baada6da190b {
  
}
}
#s-85fa384d-bd4b-4ad7-a5f1-baada6da190b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  
  
  text-align: center;
}



.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-e301fc6a-ea0b-4ef6-8133-8701bb214904 {
  padding-top: 30px;
padding-left: 80px;
padding-bottom: 30px;
padding-right: 80px;
background-color: rgba(230, 230, 230, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-e301fc6a-ea0b-4ef6-8133-8701bb214904 {
  display: none;
}
#s-e301fc6a-ea0b-4ef6-8133-8701bb214904, #wrap-s-e301fc6a-ea0b-4ef6-8133-8701bb214904 { display:none !important; }}@media (max-width: 767px){#s-e301fc6a-ea0b-4ef6-8133-8701bb214904 {
  display: none;
}
#s-e301fc6a-ea0b-4ef6-8133-8701bb214904, #wrap-s-e301fc6a-ea0b-4ef6-8133-8701bb214904 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e301fc6a-ea0b-4ef6-8133-8701bb214904"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2278846a-e1ff-4971-be60-685b4cc19d84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2278846a-e1ff-4971-be60-685b4cc19d84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-0611aec4-b5d7-4279-884f-03e18d6d3d1a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-fb3a216f-3591-45c6-abfa-0dcb86dd1b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb3a216f-3591-45c6-abfa-0dcb86dd1b46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-e45e5cd5-2637-4b75-9067-f2310e70af06 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-5aa98d44-5419-4763-81b8-b5b5d3d329a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5aa98d44-5419-4763-81b8-b5b5d3d329a1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-006afe0e-01ef-490e-9565-579350f0643d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-ac13df71-a9b9-4351-bd33-b361cced8ad0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac13df71-a9b9-4351-bd33-b361cced8ad0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-bae58c2d-639d-42ab-9837-3fc631a5c88a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-53c23ab5-4ca6-444c-ba77-5dfe9bbb730a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53c23ab5-4ca6-444c-ba77-5dfe9bbb730a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-de5aaca5-8702-4ad4-a85e-042b374e6d3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de5aaca5-8702-4ad4-a85e-042b374e6d3d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b4c1c650-2c8d-48b6-abbc-1d8a0b028760 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-80d728e7-7732-43df-989f-6d5c26247415 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80d728e7-7732-43df-989f-6d5c26247415 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-d218fb3d-ce52-4a30-a29f-8a4a1afd7f2a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-6c06a7d8-0a59-46bb-a280-2d1d9fd39f20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c06a7d8-0a59-46bb-a280-2d1d9fd39f20 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-4d0f5660-41ad-45cd-b167-d0e7f2eb1502 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-c2d8eaaa-df12-489c-b368-e919cbaa8b55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2d8eaaa-df12-489c-b368-e919cbaa8b55 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-9ee8b01f-9cf6-427a-b3b5-40bb48985d1c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-37a659b2-4768-421d-b2fa-89bc49830290 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-37a659b2-4768-421d-b2fa-89bc49830290 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-1fdd3c29-7d9e-48fc-b43d-371a7c1273fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1fdd3c29-7d9e-48fc-b43d-371a7c1273fc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b3f407ec-485d-47c5-a3c7-9bc7e948f18c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-369473c3-b208-4136-9bf0-2bbe45eb41a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-369473c3-b208-4136-9bf0-2bbe45eb41a3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-29a4fa20-843d-444d-9fd1-1be79b0e961f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-d89089b8-dfea-4a4e-bd3e-675e12ee222b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d89089b8-dfea-4a4e-bd3e-675e12ee222b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-349fa0bc-822d-4d6c-beb6-65deb648f1c8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-f6b5bdfb-6d69-4eea-b9ba-d58deade60ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6b5bdfb-6d69-4eea-b9ba-d58deade60ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-2aae997e-2f87-432a-9974-eeb389ac4ab8 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(230, 230, 230, 0);
}
@media (min-width: 1200px){#s-2aae997e-2f87-432a-9974-eeb389ac4ab8 {
  display: none;
}
#s-2aae997e-2f87-432a-9974-eeb389ac4ab8, #wrap-s-2aae997e-2f87-432a-9974-eeb389ac4ab8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aae997e-2f87-432a-9974-eeb389ac4ab8 {
  display: none;
}
#s-2aae997e-2f87-432a-9974-eeb389ac4ab8, #wrap-s-2aae997e-2f87-432a-9974-eeb389ac4ab8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2aae997e-2f87-432a-9974-eeb389ac4ab8 {
  
}
}@media (max-width: 767px){#s-2aae997e-2f87-432a-9974-eeb389ac4ab8 {
  display: none;
}
#s-2aae997e-2f87-432a-9974-eeb389ac4ab8, #wrap-s-2aae997e-2f87-432a-9974-eeb389ac4ab8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2aae997e-2f87-432a-9974-eeb389ac4ab8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2c0e98e4-aa74-46ff-a51b-3224d0db6b3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c0e98e4-aa74-46ff-a51b-3224d0db6b3b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-4d31bc61-39b5-4a56-8eb9-4dd5652ae228 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-648dd90b-9f37-40c9-bbe4-5961638ba60c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-648dd90b-9f37-40c9-bbe4-5961638ba60c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-0af3bc57-77ad-4735-b119-e5623e6be140 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-f5b2e59b-a302-4ec1-b58e-781a618aa4f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5b2e59b-a302-4ec1-b58e-781a618aa4f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-1839e627-e9d8-40f4-a79c-aa0e25041861 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-e21e06c1-ed0c-4d73-aa4b-0ea3f025d0f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e21e06c1-ed0c-4d73-aa4b-0ea3f025d0f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-4e763026-f4c6-45da-a8e6-4c5989f704d6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-0aee451f-6fe3-408a-bd8d-e697dedb5d17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0aee451f-6fe3-408a-bd8d-e697dedb5d17 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-0c929186-e54e-4b5d-a26f-07674b8aed5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c929186-e54e-4b5d-a26f-07674b8aed5b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-8a10c91f-e230-4846-9fa5-4f8f46fcef96 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-dba48a4f-66f0-4539-8e54-8a70ef99e548 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dba48a4f-66f0-4539-8e54-8a70ef99e548 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-a69517c1-68d5-4020-b840-230d0c859352 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-6bc5ff26-7165-4ab6-b025-cc0741ef26c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6bc5ff26-7165-4ab6-b025-cc0741ef26c0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-ebabc5f3-c401-438a-8c5c-04412a539e6b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-383f4859-ecc0-4e41-81d8-729c0d75767c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-383f4859-ecc0-4e41-81d8-729c0d75767c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-12ef331c-2c4d-4a93-85cf-f69514e6cad5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-18f737e4-0f7a-4492-94d6-395647fbfd51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18f737e4-0f7a-4492-94d6-395647fbfd51 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-bbf26514-b293-4efa-96a3-8a8b68cb0f16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbf26514-b293-4efa-96a3-8a8b68cb0f16 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-470e7c70-7a12-439b-acd8-6594bbbf91fe hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-a8d20e33-13d2-4da2-9118-bde95c2e2ec1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8d20e33-13d2-4da2-9118-bde95c2e2ec1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-76096a7b-26e0-42fd-a589-dd551a9b33fc hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-b4451e69-2863-4ee7-869a-9744b6a52cbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4451e69-2863-4ee7-869a-9744b6a52cbc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-1f16f1a0-2867-4540-963b-864bcc7eee01 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-d45720f3-a254-4a8d-a76d-fbbdb9db8d66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d45720f3-a254-4a8d-a76d-fbbdb9db8d66 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-51d3ebde-c77b-4584-a57b-a2dae89f367f {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(230, 230, 230, 0);
}
@media (min-width: 1200px){#s-51d3ebde-c77b-4584-a57b-a2dae89f367f {
  display: none;
}
#s-51d3ebde-c77b-4584-a57b-a2dae89f367f, #wrap-s-51d3ebde-c77b-4584-a57b-a2dae89f367f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51d3ebde-c77b-4584-a57b-a2dae89f367f {
  display: none;
}
#s-51d3ebde-c77b-4584-a57b-a2dae89f367f, #wrap-s-51d3ebde-c77b-4584-a57b-a2dae89f367f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51d3ebde-c77b-4584-a57b-a2dae89f367f {
  display: none;
}
#s-51d3ebde-c77b-4584-a57b-a2dae89f367f, #wrap-s-51d3ebde-c77b-4584-a57b-a2dae89f367f { display:none !important; }}@media (max-width: 767px){#s-51d3ebde-c77b-4584-a57b-a2dae89f367f {
  
}
}
@media (min-width: 0px) {
[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51d3ebde-c77b-4584-a57b-a2dae89f367f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f5569fc2-7178-4b0f-b49d-17ce43397b3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5569fc2-7178-4b0f-b49d-17ce43397b3a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-2fc5a017-2a96-4577-a95b-764e955e4bc0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-2f8b2c60-71c9-4a04-8b1b-df982a19d47f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f8b2c60-71c9-4a04-8b1b-df982a19d47f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-362eeafe-b5de-46cd-b42d-47ee3c0fe863 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-185a414c-7fcb-4d1d-9110-8f44b9226d5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-185a414c-7fcb-4d1d-9110-8f44b9226d5c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-f2857617-3b2a-45e6-84b7-561edb6c21c2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-5c230812-ae43-4065-956e-4f93d136d333 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c230812-ae43-4065-956e-4f93d136d333 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-c03bb72d-b322-4f8a-a9ed-9d5b6b835444 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-522d3d17-c7be-4d50-bf9f-90dff3564d7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-522d3d17-c7be-4d50-bf9f-90dff3564d7d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-2cd06770-bb1a-4c09-b03b-0af1f1e6b879 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-3a08d123-5e3c-4bbc-bd40-84cbb1d4b1fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a08d123-5e3c-4bbc-bd40-84cbb1d4b1fe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-77c7f16b-e1d1-4ce6-9f92-c31e746fcb82 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-abbf05e8-109a-418e-a7b1-c77517676b9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abbf05e8-109a-418e-a7b1-c77517676b9d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-4f4e2cb8-2624-4963-88e2-aa18d216f72e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-4cc536a3-f06f-4c41-9920-2971eeeb31e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4cc536a3-f06f-4c41-9920-2971eeeb31e3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-48de8661-dea9-4fd2-917b-194c46a0600e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-82d5d27d-2bf1-482e-b3f9-441a3dc93732 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82d5d27d-2bf1-482e-b3f9-441a3dc93732 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-d42ab8e0-87cd-4c8c-8524-291f002f3048 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-2a2de5c1-8902-448a-9515-5b5a4cdf8a33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a2de5c1-8902-448a-9515-5b5a4cdf8a33 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-5eeaf025-c135-43ff-8cee-9914ac2ffa67 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-73ab0943-6661-4ede-94f6-29504ec10779 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73ab0943-6661-4ede-94f6-29504ec10779 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-c0fa3d42-2edf-4a0c-89c8-1e57425378d5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-aa01c73c-609f-43f5-a64b-2455a5db2294 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa01c73c-609f-43f5-a64b-2455a5db2294 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-ed8094aa-76db-4c5c-b58d-6cdded06654f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-3872c520-5ac1-4b17-b9af-bbed1e9c0f18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3872c520-5ac1-4b17-b9af-bbed1e9c0f18 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-dbdf47fd-633f-48e9-98ea-3f771d8d2e1a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-390724cd-4afd-425a-8410-63c80ac84903 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-390724cd-4afd-425a-8410-63c80ac84903 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a {
  display: none;
}
#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a, #wrap-s-73ce3eed-91b2-4edc-8fc2-57c83984c18a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a {
  display: none;
}
#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a, #wrap-s-73ce3eed-91b2-4edc-8fc2-57c83984c18a { display:none !important; }}@media (max-width: 767px){#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a {
  display: none;
}
#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a, #wrap-s-73ce3eed-91b2-4edc-8fc2-57c83984c18a { display:none !important; }}
#s-73ce3eed-91b2-4edc-8fc2-57c83984c18a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-020b44fb-9534-44f4-ac78-7cfc6a293b19 {
  padding-left: 80px;
padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-020b44fb-9534-44f4-ac78-7cfc6a293b19 {
  display: none;
}
#s-020b44fb-9534-44f4-ac78-7cfc6a293b19, #wrap-s-020b44fb-9534-44f4-ac78-7cfc6a293b19 { display:none !important; }}@media (max-width: 767px){#s-020b44fb-9534-44f4-ac78-7cfc6a293b19 {
  display: none;
}
#s-020b44fb-9534-44f4-ac78-7cfc6a293b19, #wrap-s-020b44fb-9534-44f4-ac78-7cfc6a293b19 { display:none !important; }}
#s-020b44fb-9534-44f4-ac78-7cfc6a293b19 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-57ff1a67-82b9-4921-affd-433fed1bd6db {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-57ff1a67-82b9-4921-affd-433fed1bd6db {
  display: none;
}
#s-57ff1a67-82b9-4921-affd-433fed1bd6db, #wrap-s-57ff1a67-82b9-4921-affd-433fed1bd6db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57ff1a67-82b9-4921-affd-433fed1bd6db {
  display: none;
}
#s-57ff1a67-82b9-4921-affd-433fed1bd6db, #wrap-s-57ff1a67-82b9-4921-affd-433fed1bd6db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57ff1a67-82b9-4921-affd-433fed1bd6db {
  display: none;
}
#s-57ff1a67-82b9-4921-affd-433fed1bd6db, #wrap-s-57ff1a67-82b9-4921-affd-433fed1bd6db { display:none !important; }}@media (max-width: 767px){#s-57ff1a67-82b9-4921-affd-433fed1bd6db {
  
}
}
#s-57ff1a67-82b9-4921-affd-433fed1bd6db hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-7fc9ed06-f242-4890-aab6-7645a068fe4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7fc9ed06-f242-4890-aab6-7645a068fe4a {
  
}
}
#s-7fc9ed06-f242-4890-aab6-7645a068fe4a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-81fd2bee-1499-4c2d-bee0-a6714b294ab2 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-left: 80px;
padding-bottom: 25px;
padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81fd2bee-1499-4c2d-bee0-a6714b294ab2 {
  display: none;
}
#s-81fd2bee-1499-4c2d-bee0-a6714b294ab2, #wrap-s-81fd2bee-1499-4c2d-bee0-a6714b294ab2 { display:none !important; }}@media (max-width: 767px){#s-81fd2bee-1499-4c2d-bee0-a6714b294ab2 {
  display: none;
}
#s-81fd2bee-1499-4c2d-bee0-a6714b294ab2, #wrap-s-81fd2bee-1499-4c2d-bee0-a6714b294ab2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81fd2bee-1499-4c2d-bee0-a6714b294ab2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-690742ad-1b8a-4b19-9cd5-c4fd2f39d662 .shogun-icon-wrapper {
  text-align: center;
}


#s-690742ad-1b8a-4b19-9cd5-c4fd2f39d662 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-da034cd9-b79b-41fb-bae5-0126cff4d5ac {
  padding-top: 10px;
padding-bottom: 10px;
}

.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-47412d4b-b567-444d-8964-0bb0ead64e7a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 255, 9, 1);
text-decoration: none;
}
#s-47412d4b-b567-444d-8964-0bb0ead64e7a:hover {background-color: rgba(131, 255, 9, 1) !important;
text-decoration: none !important;}#s-47412d4b-b567-444d-8964-0bb0ead64e7a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47412d4b-b567-444d-8964-0bb0ead64e7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 25px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 {
  display: none;
}
#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0, #wrap-s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 {
  display: none;
}
#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0, #wrap-s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 {
  
}
}@media (max-width: 767px){#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 {
  display: none;
}
#s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0, #wrap-s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad6a9d7d-d011-41f6-98e8-ebae0875aef0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e6b7ef24-42f9-4ebc-a2fb-faa89705c76a .shogun-icon-wrapper {
  text-align: center;
}


#s-e6b7ef24-42f9-4ebc-a2fb-faa89705c76a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-2ef88184-f2b4-4a26-bc6b-afc1924c2ae2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-24df7996-3d35-45d2-b937-5ce9b8d777cb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 255, 9, 1);
text-decoration: none;
}
#s-24df7996-3d35-45d2-b937-5ce9b8d777cb:hover {background-color: rgba(131, 255, 9, 1) !important;
text-decoration: none !important;}#s-24df7996-3d35-45d2-b937-5ce9b8d777cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-24df7996-3d35-45d2-b937-5ce9b8d777cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7139a202-72a8-402a-88c7-c5b7e6762991 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 25px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-7139a202-72a8-402a-88c7-c5b7e6762991 {
  display: none;
}
#s-7139a202-72a8-402a-88c7-c5b7e6762991, #wrap-s-7139a202-72a8-402a-88c7-c5b7e6762991 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7139a202-72a8-402a-88c7-c5b7e6762991 {
  display: none;
}
#s-7139a202-72a8-402a-88c7-c5b7e6762991, #wrap-s-7139a202-72a8-402a-88c7-c5b7e6762991 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7139a202-72a8-402a-88c7-c5b7e6762991 {
  display: none;
}
#s-7139a202-72a8-402a-88c7-c5b7e6762991, #wrap-s-7139a202-72a8-402a-88c7-c5b7e6762991 { display:none !important; }}@media (max-width: 767px){#s-7139a202-72a8-402a-88c7-c5b7e6762991 {
  
}
}
@media (min-width: 0px) {
[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7139a202-72a8-402a-88c7-c5b7e6762991"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-907acb48-4eaf-4a59-9405-518ae548769e .shogun-icon-wrapper {
  text-align: center;
}


#s-907acb48-4eaf-4a59-9405-518ae548769e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-11dc3fac-3d64-4b90-aed2-ae344ba0116b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0622c54b-e730-4918-9694-f2371bb56bdc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 255, 9, 1);
text-decoration: none;
}
#s-0622c54b-e730-4918-9694-f2371bb56bdc:hover {background-color: rgba(131, 255, 9, 1) !important;
text-decoration: none !important;}#s-0622c54b-e730-4918-9694-f2371bb56bdc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0622c54b-e730-4918-9694-f2371bb56bdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ae16dac9-087f-408e-9bff-b7440ceaf46b {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-ae16dac9-087f-408e-9bff-b7440ceaf46b {
  display: none;
}
#s-ae16dac9-087f-408e-9bff-b7440ceaf46b, #wrap-s-ae16dac9-087f-408e-9bff-b7440ceaf46b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae16dac9-087f-408e-9bff-b7440ceaf46b {
  display: none;
}
#s-ae16dac9-087f-408e-9bff-b7440ceaf46b, #wrap-s-ae16dac9-087f-408e-9bff-b7440ceaf46b { display:none !important; }}@media (max-width: 767px){#s-ae16dac9-087f-408e-9bff-b7440ceaf46b {
  display: none;
}
#s-ae16dac9-087f-408e-9bff-b7440ceaf46b, #wrap-s-ae16dac9-087f-408e-9bff-b7440ceaf46b { display:none !important; }}
#s-ae16dac9-087f-408e-9bff-b7440ceaf46b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-11e70e2e-f24a-4568-be0c-c01b7ec35290 {
  padding-left: 80px;
padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-11e70e2e-f24a-4568-be0c-c01b7ec35290 {
  display: none;
}
#s-11e70e2e-f24a-4568-be0c-c01b7ec35290, #wrap-s-11e70e2e-f24a-4568-be0c-c01b7ec35290 { display:none !important; }}@media (max-width: 767px){#s-11e70e2e-f24a-4568-be0c-c01b7ec35290 {
  display: none;
}
#s-11e70e2e-f24a-4568-be0c-c01b7ec35290, #wrap-s-11e70e2e-f24a-4568-be0c-c01b7ec35290 { display:none !important; }}
#s-11e70e2e-f24a-4568-be0c-c01b7ec35290 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-00de34c7-ef9e-4f19-bb7a-256e44166117 {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-00de34c7-ef9e-4f19-bb7a-256e44166117 {
  display: none;
}
#s-00de34c7-ef9e-4f19-bb7a-256e44166117, #wrap-s-00de34c7-ef9e-4f19-bb7a-256e44166117 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00de34c7-ef9e-4f19-bb7a-256e44166117 {
  display: none;
}
#s-00de34c7-ef9e-4f19-bb7a-256e44166117, #wrap-s-00de34c7-ef9e-4f19-bb7a-256e44166117 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00de34c7-ef9e-4f19-bb7a-256e44166117 {
  display: none;
}
#s-00de34c7-ef9e-4f19-bb7a-256e44166117, #wrap-s-00de34c7-ef9e-4f19-bb7a-256e44166117 { display:none !important; }}@media (max-width: 767px){#s-00de34c7-ef9e-4f19-bb7a-256e44166117 {
  
}
}
#s-00de34c7-ef9e-4f19-bb7a-256e44166117 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(161, 161, 161, 1);
}

#s-ec0e8613-5055-4119-9652-d45559394420 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-left: 80px;
padding-bottom: 50px;
padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec0e8613-5055-4119-9652-d45559394420 {
  display: none;
}
#s-ec0e8613-5055-4119-9652-d45559394420, #wrap-s-ec0e8613-5055-4119-9652-d45559394420 { display:none !important; }}@media (max-width: 767px){#s-ec0e8613-5055-4119-9652-d45559394420 {
  display: none;
}
#s-ec0e8613-5055-4119-9652-d45559394420, #wrap-s-ec0e8613-5055-4119-9652-d45559394420 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec0e8613-5055-4119-9652-d45559394420"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f4441606-84c8-404f-8b53-7b1922134856 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4441606-84c8-404f-8b53-7b1922134856 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-dbee7f1e-589a-4ecf-b53b-47a052d40ff1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-606f2e97-4423-49e5-a900-427934d87f8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 255, 9, 1);
text-decoration: none;
}
#s-606f2e97-4423-49e5-a900-427934d87f8e:hover {background-color: rgba(131, 255, 9, 1) !important;
text-decoration: none !important;}#s-606f2e97-4423-49e5-a900-427934d87f8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-606f2e97-4423-49e5-a900-427934d87f8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 {
  display: none;
}
#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012, #wrap-s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 {
  display: none;
}
#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012, #wrap-s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 {
  
}
}@media (max-width: 767px){#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 {
  display: none;
}
#s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012, #wrap-s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b052f88-bbd8-45f3-8099-4f0e4f9c2012"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-df6fe92e-43ab-4192-9f60-5ba59dad37f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-df6fe92e-43ab-4192-9f60-5ba59dad37f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-fdb9c07a-6694-44e5-ba7f-b29423340f82 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b4cfa9a6-9b79-4412-b373-55cf90a74193 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 255, 9, 1);
text-decoration: none;
}
#s-b4cfa9a6-9b79-4412-b373-55cf90a74193:hover {background-color: rgba(131, 255, 9, 1) !important;
text-decoration: none !important;}#s-b4cfa9a6-9b79-4412-b373-55cf90a74193:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4cfa9a6-9b79-4412-b373-55cf90a74193.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a {
  display: none;
}
#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a, #wrap-s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a {
  display: none;
}
#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a, #wrap-s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a {
  display: none;
}
#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a, #wrap-s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a { display:none !important; }}@media (max-width: 767px){#s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a {
  
}
}
@media (min-width: 0px) {
[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae0eab16-70fc-45ff-96f8-cd4907cf6e9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4faf9cb-68ba-4df9-bd61-f5fc369b3dd1 .shogun-icon-wrapper {
  text-align: center;
}


#s-b4faf9cb-68ba-4df9-bd61-f5fc369b3dd1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-8840d672-371a-4a74-90e4-2a3d8b1ed2f1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-178d750f-2834-430b-bf6c-c74800e69621 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 255, 9, 1);
text-decoration: none;
}
#s-178d750f-2834-430b-bf6c-c74800e69621:hover {background-color: rgba(131, 255, 9, 1) !important;
text-decoration: none !important;}#s-178d750f-2834-430b-bf6c-c74800e69621:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-178d750f-2834-430b-bf6c-c74800e69621.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-left: 100px;
padding-bottom: 25px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a {
  display: none;
}
#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a, #wrap-s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a {
  display: none;
}
#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a, #wrap-s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a {
  display: none;
}
#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a, #wrap-s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a { display:none !important; }}@media (max-width: 767px){#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a {
  display: none;
}
#s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a, #wrap-s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a { display:none !important; }}
@media (min-width: 0px) {
[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72ae4352-69c4-4b20-ae3f-63cb7bfd464a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-60756a6c-fdae-4336-9845-f07961faccfb .shogun-icon-wrapper {
  text-align: center;
}


#s-60756a6c-fdae-4336-9845-f07961faccfb .shogun-icon-wrapper > .shogun-icon {

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

#s-89f9fbeb-efbe-4b7e-b581-61002f64dc5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89f9fbeb-efbe-4b7e-b581-61002f64dc5f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-f6fef512-52ef-4aaf-8ef8-feb717e1446b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 255, 9, 1);
text-decoration: none;
}
#s-f6fef512-52ef-4aaf-8ef8-feb717e1446b:hover {background-color: rgba(131, 255, 9, 1) !important;
text-decoration: none !important;}#s-f6fef512-52ef-4aaf-8ef8-feb717e1446b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6fef512-52ef-4aaf-8ef8-feb717e1446b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
