.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-9b735117-86f9-4d58-ac09-647fb307d29e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b735117-86f9-4d58-ac09-647fb307d29e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-29bd56ee-fd84-4acd-aaf9-a9a647ad2ca0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-29bd56ee-fd84-4acd-aaf9-a9a647ad2ca0 .shogun-countdown span, #s-29bd56ee-fd84-4acd-aaf9-a9a647ad2ca0 .shogun-countdown label {
  color: #555;
}
.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-b598d8d0-1bcb-47e3-a2b4-fa35fb9f57bf {
  min-height: 50px;
}








#s-b598d8d0-1bcb-47e3-a2b4-fa35fb9f57bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b598d8d0-1bcb-47e3-a2b4-fa35fb9f57bf.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-371a9186-cd19-458f-a667-e82130d8e7b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f36a1d68-427d-4317-b5ad-620e49ddfeeb {
  border-style: solid;
border-color: rgba(44, 42, 52, 0);
text-align: center;
}
#s-f36a1d68-427d-4317-b5ad-620e49ddfeeb:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 0) !important;}



  #s-f36a1d68-427d-4317-b5ad-620e49ddfeeb img.shogun-image {
    
    width: px;
  }


#s-f36a1d68-427d-4317-b5ad-620e49ddfeeb .shogun-image-content {
  
    align-items: center;
  
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 .shogun-form-box {
  padding: 10px;
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-03ecacfd-4da1-4835-9e40-1077de9d7822 .shogun-form-field-error-msg > span {
  display: flex;
  align-items: 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-3e01ba73-c0b6-4b4a-9d9b-10fdaefd3d30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e01ba73-c0b6-4b4a-9d9b-10fdaefd3d30 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-92426547-3f8f-4def-9075-c227a313fddd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-92426547-3f8f-4def-9075-c227a313fddd:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-92426547-3f8f-4def-9075-c227a313fddd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92426547-3f8f-4def-9075-c227a313fddd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92c023c8-7372-4bb4-b281-a48eb72cab1c {
  text-align: left;
}

#s-c278c8eb-1397-415e-b8bf-552893a84e78 {
  min-height: 50px;
}








#s-c278c8eb-1397-415e-b8bf-552893a84e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c278c8eb-1397-415e-b8bf-552893a84e78.shg-box.shg-c {
  justify-content: center;
}

#s-f45c04c6-6fc1-4c77-8a0d-43698f16e470 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f45c04c6-6fc1-4c77-8a0d-43698f16e470 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f45c04c6-6fc1-4c77-8a0d-43698f16e470 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f45c04c6-6fc1-4c77-8a0d-43698f16e470 {
  
}
}@media (max-width: 767px){#s-f45c04c6-6fc1-4c77-8a0d-43698f16e470 {
  
}
}







#s-f45c04c6-6fc1-4c77-8a0d-43698f16e470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f45c04c6-6fc1-4c77-8a0d-43698f16e470.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2fde38f8-95e5-4c76-afe7-2933838f9e0d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2fde38f8-95e5-4c76-afe7-2933838f9e0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fde38f8-95e5-4c76-afe7-2933838f9e0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fde38f8-95e5-4c76-afe7-2933838f9e0d {
  
}
}@media (max-width: 767px){#s-2fde38f8-95e5-4c76-afe7-2933838f9e0d {
  
}
}







#s-2fde38f8-95e5-4c76-afe7-2933838f9e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fde38f8-95e5-4c76-afe7-2933838f9e0d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9526018e-a571-47c2-9121-851dc33d227a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-9526018e-a571-47c2-9121-851dc33d227a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9526018e-a571-47c2-9121-851dc33d227a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9526018e-a571-47c2-9121-851dc33d227a {
  
}
}@media (max-width: 767px){#s-9526018e-a571-47c2-9121-851dc33d227a {
  
}
}







#s-9526018e-a571-47c2-9121-851dc33d227a > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-9526018e-a571-47c2-9121-851dc33d227a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-40d40666-55a5-4607-a558-c4f57cd6c691 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-40d40666-55a5-4607-a558-c4f57cd6c691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7;
}#s-40d40666-55a5-4607-a558-c4f57cd6c691.shg-box.shg-c {
  justify-content: center;
}

#s-f1ef2f6a-0588-4723-b38d-ea222bfdcbf5 {
  min-height: 50px;
}








#s-f1ef2f6a-0588-4723-b38d-ea222bfdcbf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ef2f6a-0588-4723-b38d-ea222bfdcbf5.shg-box.shg-c {
  justify-content: center;
}

#s-6fa98ae8-5928-4512-9d4f-4d62a07a3965 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6fa98ae8-5928-4512-9d4f-4d62a07a3965 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fa98ae8-5928-4512-9d4f-4d62a07a3965 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fa98ae8-5928-4512-9d4f-4d62a07a3965 {
  
}
}@media (max-width: 767px){#s-6fa98ae8-5928-4512-9d4f-4d62a07a3965 {
  
}
}
#s-6fa98ae8-5928-4512-9d4f-4d62a07a3965 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55b4cf3d-ea8d-4b5c-ac24-51db3cf186eb {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-55b4cf3d-ea8d-4b5c-ac24-51db3cf186eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55b4cf3d-ea8d-4b5c-ac24-51db3cf186eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55b4cf3d-ea8d-4b5c-ac24-51db3cf186eb {
  
}
}@media (max-width: 767px){#s-55b4cf3d-ea8d-4b5c-ac24-51db3cf186eb {
  
}
}
#s-73522421-3463-4ede-9b9d-0cd95f651531 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-73522421-3463-4ede-9b9d-0cd95f651531:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73522421-3463-4ede-9b9d-0cd95f651531:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73522421-3463-4ede-9b9d-0cd95f651531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bbf54751-06da-4b02-9dca-5cbcce25bb15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbf54751-06da-4b02-9dca-5cbcce25bb15 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2e17425d-b116-456c-ae1e-ca7e0d5d6d41 {
  min-height: 50px;
}








#s-2e17425d-b116-456c-ae1e-ca7e0d5d6d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e17425d-b116-456c-ae1e-ca7e0d5d6d41.shg-box.shg-c {
  justify-content: center;
}

#s-c2587886-c718-4133-86fb-e049a412a9c1 {
  min-height: 50px;
}








#s-c2587886-c718-4133-86fb-e049a412a9c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2587886-c718-4133-86fb-e049a412a9c1.shg-box.shg-c {
  justify-content: center;
}

#s-f89b5785-9f63-424b-9645-628f1790424d {
  min-height: 50px;
}








#s-f89b5785-9f63-424b-9645-628f1790424d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f89b5785-9f63-424b-9645-628f1790424d.shg-box.shg-c {
  justify-content: center;
}

#s-e57fa5ef-13af-434a-9fe8-d8580930f41c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
text-align: center;
}




  #s-e57fa5ef-13af-434a-9fe8-d8580930f41c img.shogun-image {
    
    width: px;
  }


#s-e57fa5ef-13af-434a-9fe8-d8580930f41c .shogun-image-content {
  
    align-items: center;
  
}

#s-8974cc15-8a86-4ae8-8537-7134ef991be7 {
  margin-top: 40px;
margin-left: 20px;
}

#s-8974cc15-8a86-4ae8-8537-7134ef991be7 .shogun-icon-wrapper {
  text-align: center;
}


#s-8974cc15-8a86-4ae8-8537-7134ef991be7 .shogun-icon-wrapper > .shogun-icon {

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

#s-7a372ac8-4698-4860-90d3-d29788f78104 {
  margin-left: 50px;
margin-right: 50px;
}

#s-70adbe4c-3818-4f6e-bb02-f0b52f7f1e74 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-70adbe4c-3818-4f6e-bb02-f0b52f7f1e74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70adbe4c-3818-4f6e-bb02-f0b52f7f1e74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70adbe4c-3818-4f6e-bb02-f0b52f7f1e74 {
  
}
}@media (max-width: 767px){#s-70adbe4c-3818-4f6e-bb02-f0b52f7f1e74 {
  
}
}
#s-b392424f-b5fc-403a-8fe4-ffed28ce4c2b {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-b392424f-b5fc-403a-8fe4-ffed28ce4c2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b392424f-b5fc-403a-8fe4-ffed28ce4c2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b392424f-b5fc-403a-8fe4-ffed28ce4c2b {
  
}
}@media (max-width: 767px){#s-b392424f-b5fc-403a-8fe4-ffed28ce4c2b {
  
}
}







#s-b392424f-b5fc-403a-8fe4-ffed28ce4c2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b392424f-b5fc-403a-8fe4-ffed28ce4c2b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54450fb1-da49-45c8-a516-7eb041161f69 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-54450fb1-da49-45c8-a516-7eb041161f69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54450fb1-da49-45c8-a516-7eb041161f69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54450fb1-da49-45c8-a516-7eb041161f69 {
  
}
}@media (max-width: 767px){#s-54450fb1-da49-45c8-a516-7eb041161f69 {
  
}
}







#s-54450fb1-da49-45c8-a516-7eb041161f69 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-54450fb1-da49-45c8-a516-7eb041161f69.shg-box.shg-c {
  justify-content: center;
}

#s-78e72969-73bf-4604-8083-6fec80dc3e7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78e72969-73bf-4604-8083-6fec80dc3e7f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2beead6b-65fd-4045-973d-0c6b131672fc {
  min-height: 50px;
}








#s-2beead6b-65fd-4045-973d-0c6b131672fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2beead6b-65fd-4045-973d-0c6b131672fc.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (max-width: 767px){#s-d78b438c-ac38-415b-89b3-5b11dcd8b554 {
  display: none;
}
#s-d78b438c-ac38-415b-89b3-5b11dcd8b554, #wrap-s-d78b438c-ac38-415b-89b3-5b11dcd8b554 { display:none !important; }}
#s-d78b438c-ac38-415b-89b3-5b11dcd8b554 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-d78b438c-ac38-415b-89b3-5b11dcd8b554 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d78b438c-ac38-415b-89b3-5b11dcd8b554 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-d78b438c-ac38-415b-89b3-5b11dcd8b554 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d78b438c-ac38-415b-89b3-5b11dcd8b554 td.shogun-table-column, #s-d78b438c-ac38-415b-89b3-5b11dcd8b554 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-6589f230-2fa9-402a-b915-c9a5e73e3322 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6589f230-2fa9-402a-b915-c9a5e73e3322 .shogun-icon-wrapper {
  text-align: left;
}


#s-6589f230-2fa9-402a-b915-c9a5e73e3322 .shogun-icon-wrapper > .shogun-icon {

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

#s-dcffc2aa-0345-47ac-9270-4ad2022478ab {
  margin-left: 20px;
margin-right: 20px;
}

#s-dcffc2aa-0345-47ac-9270-4ad2022478ab .shogun-icon-wrapper {
  text-align: left;
}


#s-dcffc2aa-0345-47ac-9270-4ad2022478ab .shogun-icon-wrapper > .shogun-icon {

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

#s-bf87e9ab-1ac0-4559-ba2c-923b79d1abfc {
  margin-left: 20px;
margin-right: 20px;
}

#s-bf87e9ab-1ac0-4559-ba2c-923b79d1abfc .shogun-icon-wrapper {
  text-align: left;
}


#s-bf87e9ab-1ac0-4559-ba2c-923b79d1abfc .shogun-icon-wrapper > .shogun-icon {

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

#s-abc84889-2c7b-424c-ae25-81d8d3efc3ae {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abc84889-2c7b-424c-ae25-81d8d3efc3ae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-03e0641a-33ac-4f6d-b36d-828fa534abfa {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03e0641a-33ac-4f6d-b36d-828fa534abfa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e05c6f8f-f054-471a-9fa0-01ea521f364b {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e05c6f8f-f054-471a-9fa0-01ea521f364b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c77e6694-7a79-4f26-9e8f-62c149e8e475 {
  margin-left: 20px;
margin-right: 20px;
}

#s-22cac62f-9832-4e3e-96c6-84719e60e638 {
  margin-left: 20px;
margin-right: 20px;
}

#s-313e97cf-545f-4a36-9377-71e20a867f02 {
  margin-left: 20px;
margin-right: 20px;
}

#s-10eee106-a610-4715-8ff9-c0d3d5286819 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-10eee106-a610-4715-8ff9-c0d3d5286819 {
  display: none;
}
#s-10eee106-a610-4715-8ff9-c0d3d5286819, #wrap-s-10eee106-a610-4715-8ff9-c0d3d5286819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10eee106-a610-4715-8ff9-c0d3d5286819 {
  display: none;
}
#s-10eee106-a610-4715-8ff9-c0d3d5286819, #wrap-s-10eee106-a610-4715-8ff9-c0d3d5286819 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10eee106-a610-4715-8ff9-c0d3d5286819 {
  display: none;
}
#s-10eee106-a610-4715-8ff9-c0d3d5286819, #wrap-s-10eee106-a610-4715-8ff9-c0d3d5286819 { display:none !important; }}@media (max-width: 767px){#s-10eee106-a610-4715-8ff9-c0d3d5286819 {
  
}
}
#s-10eee106-a610-4715-8ff9-c0d3d5286819 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-10eee106-a610-4715-8ff9-c0d3d5286819 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-10eee106-a610-4715-8ff9-c0d3d5286819 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: center;
}

#s-10eee106-a610-4715-8ff9-c0d3d5286819 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-10eee106-a610-4715-8ff9-c0d3d5286819 td.shogun-table-column, #s-10eee106-a610-4715-8ff9-c0d3d5286819 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-cec50f36-3c5f-4fbd-a330-fede6ad61509 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cec50f36-3c5f-4fbd-a330-fede6ad61509 .shogun-icon-wrapper {
  text-align: left;
}


#s-cec50f36-3c5f-4fbd-a330-fede6ad61509 .shogun-icon-wrapper > .shogun-icon {

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

#s-6be13f03-8f1c-4192-b0e9-fb17183e6da7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6be13f03-8f1c-4192-b0e9-fb17183e6da7 .shogun-icon-wrapper {
  text-align: left;
}


#s-6be13f03-8f1c-4192-b0e9-fb17183e6da7 .shogun-icon-wrapper > .shogun-icon {

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

#s-7eacf67c-2a1b-4b1f-8b62-f759b92a183f {
  margin-left: 20px;
margin-right: 20px;
}

#s-7eacf67c-2a1b-4b1f-8b62-f759b92a183f .shogun-icon-wrapper {
  text-align: left;
}


#s-7eacf67c-2a1b-4b1f-8b62-f759b92a183f .shogun-icon-wrapper > .shogun-icon {

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

#s-ed77fd1a-88db-46e3-bdfc-ffad2129afff {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ed77fd1a-88db-46e3-bdfc-ffad2129afff .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0ac5c994-f047-4591-abe0-f56b4b949acf {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ac5c994-f047-4591-abe0-f56b4b949acf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5de3a14e-76b7-49e8-94c1-3343cd46254f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5de3a14e-76b7-49e8-94c1-3343cd46254f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f4b919d7-5c46-486e-8034-d84b1ab015f0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a2f8c86a-4600-44b7-82e5-2ea35eeefd0c {
  margin-left: 20px;
margin-right: 20px;
}

#s-bf09a15d-8c9b-4b4d-9ba0-75a5cca220d2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6e7fda28-4087-43d8-b8c7-f29cae69b0a9 {
  min-height: 50px;
}








#s-6e7fda28-4087-43d8-b8c7-f29cae69b0a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e7fda28-4087-43d8-b8c7-f29cae69b0a9.shg-box.shg-c {
  justify-content: center;
}

#s-60cd29c7-91de-41ae-a52b-b2e8578011d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60cd29c7-91de-41ae-a52b-b2e8578011d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8465e3d5-c6f0-419e-9aa4-10060aef9ebd {
  min-height: 50px;
}








#s-8465e3d5-c6f0-419e-9aa4-10060aef9ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8465e3d5-c6f0-419e-9aa4-10060aef9ebd.shg-box.shg-c {
  justify-content: center;
}

#s-6a67dbf2-8876-4378-a154-654034a3e71d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6a67dbf2-8876-4378-a154-654034a3e71d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a67dbf2-8876-4378-a154-654034a3e71d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a67dbf2-8876-4378-a154-654034a3e71d {
  
}
}@media (max-width: 767px){#s-6a67dbf2-8876-4378-a154-654034a3e71d {
  
}
}







#s-6a67dbf2-8876-4378-a154-654034a3e71d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a67dbf2-8876-4378-a154-654034a3e71d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f6608df0-343e-4dbf-ae7e-f505980aacf3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f6608df0-343e-4dbf-ae7e-f505980aacf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6608df0-343e-4dbf-ae7e-f505980aacf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6608df0-343e-4dbf-ae7e-f505980aacf3 {
  
}
}@media (max-width: 767px){#s-f6608df0-343e-4dbf-ae7e-f505980aacf3 {
  
}
}







#s-f6608df0-343e-4dbf-ae7e-f505980aacf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6608df0-343e-4dbf-ae7e-f505980aacf3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf {
  
}
}@media (max-width: 767px){#s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf {
  
}
}
@media (min-width: 0px) {
[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1d86d4e5-7a80-4011-95d7-edc05ba9fccf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-b87b9215-17a4-43d3-a964-4883cbb48318 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b87b9215-17a4-43d3-a964-4883cbb48318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87b9215-17a4-43d3-a964-4883cbb48318.shg-box.shg-c {
  justify-content: flex-start;
}

#s-70fabbcb-48da-418a-a11b-1b2510f36632 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-70fabbcb-48da-418a-a11b-1b2510f36632 .shogun-icon-wrapper {
  text-align: center;
}


#s-70fabbcb-48da-418a-a11b-1b2510f36632 .shogun-icon-wrapper > .shogun-icon {

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

#s-fd6c7e7f-7432-4b13-b544-896ab0ac5514 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fd6c7e7f-7432-4b13-b544-896ab0ac5514 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd6c7e7f-7432-4b13-b544-896ab0ac5514 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd6c7e7f-7432-4b13-b544-896ab0ac5514 {
  
}
}@media (max-width: 767px){#s-fd6c7e7f-7432-4b13-b544-896ab0ac5514 {
  
}
}
#s-523fa321-19e6-4b5d-9891-336db331f60b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-523fa321-19e6-4b5d-9891-336db331f60b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-523fa321-19e6-4b5d-9891-336db331f60b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a72e0993-efd9-4c83-8a5f-eb68d6af6c35 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a72e0993-efd9-4c83-8a5f-eb68d6af6c35 .shogun-icon-wrapper {
  text-align: center;
}


#s-a72e0993-efd9-4c83-8a5f-eb68d6af6c35 .shogun-icon-wrapper > .shogun-icon {

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

#s-612307bd-83ee-4dac-96db-e721f84de617 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-612307bd-83ee-4dac-96db-e721f84de617 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-612307bd-83ee-4dac-96db-e721f84de617 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-612307bd-83ee-4dac-96db-e721f84de617 {
  
}
}@media (max-width: 767px){#s-612307bd-83ee-4dac-96db-e721f84de617 {
  
}
}
#s-6e304550-11b9-40cb-9ed8-882e18d717a8 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6e304550-11b9-40cb-9ed8-882e18d717a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e304550-11b9-40cb-9ed8-882e18d717a8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc6ca845-fc15-4951-8877-2c083885bad9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-dc6ca845-fc15-4951-8877-2c083885bad9 .shogun-icon-wrapper {
  text-align: center;
}


#s-dc6ca845-fc15-4951-8877-2c083885bad9 .shogun-icon-wrapper > .shogun-icon {

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

#s-fece2f1f-bcda-4e18-89fb-cfb2df953393 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fece2f1f-bcda-4e18-89fb-cfb2df953393 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fece2f1f-bcda-4e18-89fb-cfb2df953393 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fece2f1f-bcda-4e18-89fb-cfb2df953393 {
  
}
}@media (max-width: 767px){#s-fece2f1f-bcda-4e18-89fb-cfb2df953393 {
  
}
}
#s-51ffcfc1-516b-43eb-af1d-e1e72d94da6b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-51ffcfc1-516b-43eb-af1d-e1e72d94da6b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51ffcfc1-516b-43eb-af1d-e1e72d94da6b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51ffcfc1-516b-43eb-af1d-e1e72d94da6b {
  
}
}@media (max-width: 767px){#s-51ffcfc1-516b-43eb-af1d-e1e72d94da6b {
  
}
}







#s-51ffcfc1-516b-43eb-af1d-e1e72d94da6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51ffcfc1-516b-43eb-af1d-e1e72d94da6b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-02fed72f-104d-4e51-944c-7a1ec37ba937 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(234, 249, 254, 1);
}
@media (min-width: 1200px){#s-02fed72f-104d-4e51-944c-7a1ec37ba937 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02fed72f-104d-4e51-944c-7a1ec37ba937 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02fed72f-104d-4e51-944c-7a1ec37ba937 {
  
}
}@media (max-width: 767px){#s-02fed72f-104d-4e51-944c-7a1ec37ba937 {
  
}
}







#s-02fed72f-104d-4e51-944c-7a1ec37ba937 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-02fed72f-104d-4e51-944c-7a1ec37ba937.shg-box.shg-c {
  justify-content: center;
}

#s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9495c9e0-bcf6-43bd-8fcc-12957aeaf7e7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-36a758e7-0347-4d99-a8dc-3503dd3a32c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36a758e7-0347-4d99-a8dc-3503dd3a32c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3323780f-26fe-4f49-b0b9-2d9152275e8b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-752679f8-2bea-47b5-9e55-ced12e5ec94b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-752679f8-2bea-47b5-9e55-ced12e5ec94b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3a14b2cc-1f0f-4eb4-b5e7-08e48879fe0b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3a14b2cc-1f0f-4eb4-b5e7-08e48879fe0b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a14b2cc-1f0f-4eb4-b5e7-08e48879fe0b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a14b2cc-1f0f-4eb4-b5e7-08e48879fe0b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-15a7179c-c77b-4e03-9a9e-5bd06f735f41 {
  text-align: center;
}

#s-337d164e-189b-4c48-8d3d-39f49053234a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-337d164e-189b-4c48-8d3d-39f49053234a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-87b5209e-9be8-4b70-82ee-918d955016c7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-87b5209e-9be8-4b70-82ee-918d955016c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87b5209e-9be8-4b70-82ee-918d955016c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87b5209e-9be8-4b70-82ee-918d955016c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-577a7c68-31e9-40ec-9e9d-2d18ceb9629b {
  text-align: center;
}

#s-1f74a675-e873-40f7-943f-f6dab8b8a613 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f74a675-e873-40f7-943f-f6dab8b8a613"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1d384a0c-b1cd-4f4b-9c22-51f13692cd63 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1d384a0c-b1cd-4f4b-9c22-51f13692cd63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d384a0c-b1cd-4f4b-9c22-51f13692cd63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d384a0c-b1cd-4f4b-9c22-51f13692cd63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-795cac75-fb7d-4ff8-a1c5-d449f0949907 .shogun-icon-wrapper {
  text-align: center;
}


#s-795cac75-fb7d-4ff8-a1c5-d449f0949907 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 54px !important;
  color: rgba(16, 134, 235, 1);
}

#s-be308ba7-cd7a-4f9a-b34e-9de5b6dde423 {
  text-align: center;
}




  #s-be308ba7-cd7a-4f9a-b34e-9de5b6dde423 img.shogun-image {
    
    width: px;
  }


#s-be308ba7-cd7a-4f9a-b34e-9de5b6dde423 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c9765d8-a4bd-4ce3-97a3-4e75812544f9 {
  min-height: 50px;
}








#s-7c9765d8-a4bd-4ce3-97a3-4e75812544f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c9765d8-a4bd-4ce3-97a3-4e75812544f9.shg-box.shg-c {
  justify-content: center;
}

#s-749e404b-86a0-46fe-96e1-75715217c832 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-749e404b-86a0-46fe-96e1-75715217c832:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-749e404b-86a0-46fe-96e1-75715217c832:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-749e404b-86a0-46fe-96e1-75715217c832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}
