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

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

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

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

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

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

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

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

#s-de94a21c-7daf-4d8f-a6e2-25ba31e3e3ec {
  background-image: url(https://i.shgcdn.com/9321398d-786b-435f-a1e6-8058a2e15545/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 400px 528px;
min-height: 50px;
background-position: left bottom;
}








#s-de94a21c-7daf-4d8f-a6e2-25ba31e3e3ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de94a21c-7daf-4d8f-a6e2-25ba31e3e3ec.shg-box.shg-c {
  justify-content: center;
}

#s-ab4ec209-78db-4e12-b075-244500295e63 {
  min-height: 50px;
}








#s-ab4ec209-78db-4e12-b075-244500295e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab4ec209-78db-4e12-b075-244500295e63.shg-box.shg-c {
  justify-content: center;
}

#s-dbdb71f0-38e8-405a-bf92-2beb2a5cdf9f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1080px;
}








#s-dbdb71f0-38e8-405a-bf92-2beb2a5cdf9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbdb71f0-38e8-405a-bf92-2beb2a5cdf9f.shg-box.shg-c {
  justify-content: center;
}

.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-68918fe1-fd80-4efc-8ffb-3e90150c0b43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68918fe1-fd80-4efc-8ffb-3e90150c0b43 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d62b06d5-0cda-4661-8ab4-45735d0fb551 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
}

#s-1701696d-d3ec-400d-a141-72f96e2afd8b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-feebcb12-1987-4a41-80db-e75564e748f9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

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

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

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

#s-9607ba63-8f6a-4920-b145-8ffa25da4579 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(179, 206, 89, 1);
}

@media (min-width: 0px) {
[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9607ba63-8f6a-4920-b145-8ffa25da4579"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-73733fd8-4947-4b6f-ab91-040ec42d8734 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73733fd8-4947-4b6f-ab91-040ec42d8734 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7f6f3134-493c-459a-8cb1-caa9779e17ec {
  padding-top: 29px;
}

.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-a77d6421-28e3-4b67-8dca-b0257ec37e02 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-a77d6421-28e3-4b67-8dca-b0257ec37e02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a77d6421-28e3-4b67-8dca-b0257ec37e02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a77d6421-28e3-4b67-8dca-b0257ec37e02.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-88cf7dc2-c30d-4a61-988d-f2831fe71e0a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-88cf7dc2-c30d-4a61-988d-f2831fe71e0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88cf7dc2-c30d-4a61-988d-f2831fe71e0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-88cf7dc2-c30d-4a61-988d-f2831fe71e0a.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-d810ebd6-dfa3-4add-9fb2-062b0017c15d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(103, 121, 62, 1);
}

@media (min-width: 0px) {
[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d810ebd6-dfa3-4add-9fb2-062b0017c15d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-05880899-0031-4f1f-b8b6-b134113186a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05880899-0031-4f1f-b8b6-b134113186a5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-53f68d02-5f06-42e8-9805-21ba06f0f135 {
  padding-top: 29px;
}

#s-e5454e5e-e2dd-439e-bbe7-810e790a5f9e {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-e5454e5e-e2dd-439e-bbe7-810e790a5f9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5454e5e-e2dd-439e-bbe7-810e790a5f9e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5454e5e-e2dd-439e-bbe7-810e790a5f9e.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-b504f879-f28c-4933-91e8-687717e6d4d0 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-b504f879-f28c-4933-91e8-687717e6d4d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b504f879-f28c-4933-91e8-687717e6d4d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b504f879-f28c-4933-91e8-687717e6d4d0.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-fc752aeb-3507-493f-8351-b309bd5a5261 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(179, 206, 89, 1);
}

@media (min-width: 0px) {
[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc752aeb-3507-493f-8351-b309bd5a5261"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4de0bdce-87fe-4a78-aa39-8d13d32746d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4de0bdce-87fe-4a78-aa39-8d13d32746d6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8fb1c503-8c3e-4974-8ee6-0fd13f6d1359 {
  padding-top: 29px;
}

#s-9af5a178-30c6-4029-a4c7-d254ba27ad91 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-9af5a178-30c6-4029-a4c7-d254ba27ad91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9af5a178-30c6-4029-a4c7-d254ba27ad91:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9af5a178-30c6-4029-a4c7-d254ba27ad91.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-acf40d18-d941-4ced-99b7-102b79e70933 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-acf40d18-d941-4ced-99b7-102b79e70933:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acf40d18-d941-4ced-99b7-102b79e70933:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-acf40d18-d941-4ced-99b7-102b79e70933.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-2e17274b-06bd-4f84-942c-7bddfc65fe1e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(103, 121, 62, 1);
}

@media (min-width: 0px) {
[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e17274b-06bd-4f84-942c-7bddfc65fe1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-da86c58b-2f69-407c-bde6-9f83f6620ea5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da86c58b-2f69-407c-bde6-9f83f6620ea5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-65a8749c-a908-421f-931c-963abcff5e5c {
  padding-top: 29px;
}

#s-9aa2b42b-7ca0-495d-af59-f1efc62d03eb {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-9aa2b42b-7ca0-495d-af59-f1efc62d03eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9aa2b42b-7ca0-495d-af59-f1efc62d03eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9aa2b42b-7ca0-495d-af59-f1efc62d03eb.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-4c4161ef-a799-4a63-97eb-b72c46990b0b {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-4c4161ef-a799-4a63-97eb-b72c46990b0b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c4161ef-a799-4a63-97eb-b72c46990b0b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c4161ef-a799-4a63-97eb-b72c46990b0b.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-94f9a565-2747-42de-a643-9699ffa9e71a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(179, 206, 89, 1);
}

@media (min-width: 0px) {
[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-94f9a565-2747-42de-a643-9699ffa9e71a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d9b3f096-96e4-4521-be3c-2e4e20908bec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9b3f096-96e4-4521-be3c-2e4e20908bec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f486ccb2-e5cf-487f-a2e0-cf68e32908da {
  padding-top: 29px;
}

#s-30c09df2-a7c3-4708-8f73-34f37a50bb0c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-30c09df2-a7c3-4708-8f73-34f37a50bb0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30c09df2-a7c3-4708-8f73-34f37a50bb0c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30c09df2-a7c3-4708-8f73-34f37a50bb0c.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-d25dc0ae-d5ac-4b8b-b194-d085248040df {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-d25dc0ae-d5ac-4b8b-b194-d085248040df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d25dc0ae-d5ac-4b8b-b194-d085248040df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d25dc0ae-d5ac-4b8b-b194-d085248040df.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(103, 121, 62, 1);
}

@media (min-width: 0px) {
[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e98c8d28-cfc9-4f63-87f1-14b6cdce556c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-77342aa1-9c05-4826-bce1-57b881680c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77342aa1-9c05-4826-bce1-57b881680c3c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f5722e41-0333-47c8-b1b0-28424ca5bc49 {
  padding-top: 29px;
}

#s-f92650dc-56a8-4dad-ab84-415aa7a0d860 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-f92650dc-56a8-4dad-ab84-415aa7a0d860:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f92650dc-56a8-4dad-ab84-415aa7a0d860:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f92650dc-56a8-4dad-ab84-415aa7a0d860.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-edba89b0-21cd-4752-8c1e-a62775cbf3c6 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-edba89b0-21cd-4752-8c1e-a62775cbf3c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-edba89b0-21cd-4752-8c1e-a62775cbf3c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-edba89b0-21cd-4752-8c1e-a62775cbf3c6.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(179, 206, 89, 1);
}

@media (min-width: 0px) {
[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cd964ae3-475d-4b00-8c01-72a38d2ad0ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3effa8a0-9a8b-421a-bede-d2f14b260e00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3effa8a0-9a8b-421a-bede-d2f14b260e00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-943aa25b-7320-4449-93d3-00dc292a269f {
  padding-top: 29px;
}

#s-1d913731-2d97-4d03-aebf-6abee2a40a92 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-1d913731-2d97-4d03-aebf-6abee2a40a92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d913731-2d97-4d03-aebf-6abee2a40a92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d913731-2d97-4d03-aebf-6abee2a40a92.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-8d59b526-9f27-419b-aa91-019864a4d46c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-8d59b526-9f27-419b-aa91-019864a4d46c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d59b526-9f27-419b-aa91-019864a4d46c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d59b526-9f27-419b-aa91-019864a4d46c.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-1c67f7df-2c05-49c8-b353-f29302046d33 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(103, 121, 62, 1);
}

@media (min-width: 0px) {
[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c67f7df-2c05-49c8-b353-f29302046d33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-31d4419d-28b9-480d-8941-1c859a490719 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31d4419d-28b9-480d-8941-1c859a490719 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2bf798b3-498c-446c-98ea-cfd3e32498e6 {
  padding-top: 29px;
}

#s-01dacfe4-3a6b-430f-9b92-cded3b3dabdd {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-01dacfe4-3a6b-430f-9b92-cded3b3dabdd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01dacfe4-3a6b-430f-9b92-cded3b3dabdd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01dacfe4-3a6b-430f-9b92-cded3b3dabdd.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-02440ba9-9670-40e9-89c0-12b063e862b8 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-02440ba9-9670-40e9-89c0-12b063e862b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02440ba9-9670-40e9-89c0-12b063e862b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02440ba9-9670-40e9-89c0-12b063e862b8.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-df04c200-d278-4fa4-8425-2155cfe59cf1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(179, 206, 89, 1);
}

@media (min-width: 0px) {
[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df04c200-d278-4fa4-8425-2155cfe59cf1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ada37aaa-89d7-4e67-b875-601df7dc659a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ada37aaa-89d7-4e67-b875-601df7dc659a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a8dda4f4-04b4-4d54-bf93-4a31b339448e {
  padding-top: 29px;
}

#s-eb56289b-efd8-4cf6-b2cf-4103d24ec70b {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-eb56289b-efd8-4cf6-b2cf-4103d24ec70b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb56289b-efd8-4cf6-b2cf-4103d24ec70b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb56289b-efd8-4cf6-b2cf-4103d24ec70b.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-2381b2e9-57ee-4550-9196-fa9a1d3122e7 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2381b2e9-57ee-4550-9196-fa9a1d3122e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2381b2e9-57ee-4550-9196-fa9a1d3122e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2381b2e9-57ee-4550-9196-fa9a1d3122e7.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-5e9c6495-7b15-4112-8dd2-5b20d937a051 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(103, 121, 62, 1);
}

@media (min-width: 0px) {
[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e9c6495-7b15-4112-8dd2-5b20d937a051"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2239d887-f7bc-4763-a469-baac3c894622 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2239d887-f7bc-4763-a469-baac3c894622 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c4038017-407b-4a12-88ce-c1bd7414a6eb {
  padding-top: 29px;
}

#s-be6a17c1-98e2-470a-80dd-d26b11af99f6 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-be6a17c1-98e2-470a-80dd-d26b11af99f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be6a17c1-98e2-470a-80dd-d26b11af99f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be6a17c1-98e2-470a-80dd-d26b11af99f6.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-068a22dc-630e-4213-84a3-81fd728d570e {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-068a22dc-630e-4213-84a3-81fd728d570e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-068a22dc-630e-4213-84a3-81fd728d570e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-068a22dc-630e-4213-84a3-81fd728d570e.shg-btn {
  color: rgba(170, 199, 79, 1);
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-e8cf674c-a0b3-475c-bea1-c52934608a6b {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(250, 250, 250, 1);
}

@media (min-width: 0px) {
[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8cf674c-a0b3-475c-bea1-c52934608a6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-443aa429-18b5-4bfe-b866-e51bb067a025 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-443aa429-18b5-4bfe-b866-e51bb067a025 .shogun-heading-component h1 {
  color: rgba(134, 134, 134, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-813dd511-1c23-46b1-9994-e9deb9fd6e54 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-813dd511-1c23-46b1-9994-e9deb9fd6e54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-813dd511-1c23-46b1-9994-e9deb9fd6e54:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-813dd511-1c23-46b1-9994-e9deb9fd6e54.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6d812781-5e38-48b9-9673-b4b338d4ad04 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(250, 250, 250, 1);
}

@media (min-width: 0px) {
[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d812781-5e38-48b9-9673-b4b338d4ad04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-566ce84a-29fd-4089-a56e-0e8a4d8b03fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-566ce84a-29fd-4089-a56e-0e8a4d8b03fe .shogun-heading-component h1 {
  color: rgba(134, 134, 134, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-10f1cb16-c5b5-47f8-9fbd-1279c23b90b5 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-10f1cb16-c5b5-47f8-9fbd-1279c23b90b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10f1cb16-c5b5-47f8-9fbd-1279c23b90b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-10f1cb16-c5b5-47f8-9fbd-1279c23b90b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(250, 250, 250, 1);
}

@media (min-width: 0px) {
[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c753b9d-37cf-4469-8fbe-b8a69eac6d86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-74571e97-b40b-480b-b52c-4e92655f13e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74571e97-b40b-480b-b52c-4e92655f13e8 .shogun-heading-component h1 {
  color: rgba(134, 134, 134, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a9b931f8-fddc-45ea-bc08-20c28035ba64 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-a9b931f8-fddc-45ea-bc08-20c28035ba64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9b931f8-fddc-45ea-bc08-20c28035ba64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9b931f8-fddc-45ea-bc08-20c28035ba64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f1fac8e4-d5dc-47dd-a4ca-2c31805e8e99 {
  min-height: 50px;
}








#s-f1fac8e4-d5dc-47dd-a4ca-2c31805e8e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1fac8e4-d5dc-47dd-a4ca-2c31805e8e99.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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