.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-51cf9fa0-731e-483a-9c82-c36a5ed591b0 {
  min-height: 50px;
background-attachment: scroll;
}








#s-51cf9fa0-731e-483a-9c82-c36a5ed591b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51cf9fa0-731e-483a-9c82-c36a5ed591b0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aa235a2c-35c7-4c0c-8143-c4da39f6888b {
  padding-top: 200px;
padding-bottom: 200px;
min-height: 50px;
background-attachment: scroll;
}








#s-aa235a2c-35c7-4c0c-8143-c4da39f6888b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa235a2c-35c7-4c0c-8143-c4da39f6888b.shg-box.shg-c {
  justify-content: center;
}

#s-f63b2c1b-1054-4b35-a29b-8466a0004d94 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-f63b2c1b-1054-4b35-a29b-8466a0004d94 {
  
}
}@media (max-width: 767px){#s-f63b2c1b-1054-4b35-a29b-8466a0004d94 {
  
}
}







#s-f63b2c1b-1054-4b35-a29b-8466a0004d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f63b2c1b-1054-4b35-a29b-8466a0004d94.shg-box.shg-c {
  justify-content: flex-start;
}








#s-567ab45e-36b1-46c4-8c91-a3e61c6c609a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-567ab45e-36b1-46c4-8c91-a3e61c6c609a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a977a8f3-476d-4304-ba69-626ace37c9e2 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(119, 150, 168, 1);
}








#s-a977a8f3-476d-4304-ba69-626ace37c9e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a977a8f3-476d-4304-ba69-626ace37c9e2.shg-box.shg-c {
  justify-content: flex-start;
}

.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-727d095b-261d-4aa4-bdc6-6789fa5539ae {
  
}

#s-bea4ab0f-1512-4f69-82c0-cc07e37d6d22 {
  background-image: url(https://ucarecdn.com/0b8b96de-e540-4399-bf26-cfad8a66addd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 50px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-bea4ab0f-1512-4f69-82c0-cc07e37d6d22 {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-bea4ab0f-1512-4f69-82c0-cc07e37d6d22 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.45;
}#s-bea4ab0f-1512-4f69-82c0-cc07e37d6d22.shg-box.shg-c {
  justify-content: flex-start;
}

.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-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-21aaad39-f8dd-4b64-9a1e-a5db7d4a1fd3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-184471b6-97e4-497f-a1c0-3a002f9b4dee {
  padding-bottom: 25px;
min-height: 50px;
}








#s-184471b6-97e4-497f-a1c0-3a002f9b4dee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-184471b6-97e4-497f-a1c0-3a002f9b4dee.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-65715d03-2961-43d1-be9d-dcd6bb6b843d {
  text-align: center;
}




  #s-65715d03-2961-43d1-be9d-dcd6bb6b843d img.shogun-image {
    
    width: px;
  }


#s-65715d03-2961-43d1-be9d-dcd6bb6b843d .shogun-image-content {
  
    align-items: center;
  
}

#s-3eade2e9-9aec-4318-a35c-d6213eb67a18 {
  margin-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-3eade2e9-9aec-4318-a35c-d6213eb67a18 {
  margin-bottom: 5%;
}
}







#s-3eade2e9-9aec-4318-a35c-d6213eb67a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eade2e9-9aec-4318-a35c-d6213eb67a18.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e844f3de-18fa-49fb-a81d-07e8927ea289 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
background-color: rgba(113, 150, 169, 0.2);
}

#s-6f7c49e9-3090-474e-a449-19ec33e69f74 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(119, 150, 168, 1);
}








#s-6f7c49e9-3090-474e-a449-19ec33e69f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f7c49e9-3090-474e-a449-19ec33e69f74.shg-box.shg-c {
  justify-content: flex-start;
}

#s-954d1968-33e9-4215-8ed5-b3615f8eabbd {
  
}

#s-991c0183-6efb-404f-a2ee-b52a700d96e9 {
  min-height: 50px;
}








#s-991c0183-6efb-404f-a2ee-b52a700d96e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-991c0183-6efb-404f-a2ee-b52a700d96e9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4ef5a9c9-e2e0-401e-9480-686b4d8d0328 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 50px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-4ef5a9c9-e2e0-401e-9480-686b4d8d0328 {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-4ef5a9c9-e2e0-401e-9480-686b4d8d0328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.45;
}#s-4ef5a9c9-e2e0-401e-9480-686b4d8d0328.shg-box.shg-c {
  justify-content: flex-start;
}

#s-de77dbca-7631-44e7-b771-ddf2ccb4d827 {
  min-height: 50px;
}








#s-de77dbca-7631-44e7-b771-ddf2ccb4d827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de77dbca-7631-44e7-b771-ddf2ccb4d827.shg-box.shg-c {
  justify-content: center;
}

#s-0d3d6964-1a30-4009-a012-35c57bebfad9 {
  min-height: 250px;
}

@media (min-width: 0px) {
[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-0d3d6964-1a30-4009-a012-35c57bebfad9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-3ac65435-7fa3-4032-bfe3-d534412e3ff3 {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
background-position: center center;
}








#s-3ac65435-7fa3-4032-bfe3-d534412e3ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac65435-7fa3-4032-bfe3-d534412e3ff3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-642a4320-fffd-42fc-9ed3-a0b9bd9f73da {
  padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(0, 88, 159, 1);
}

.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-6544c7d0-9c54-4055-9d23-e2aa680679d1 {
  padding-top: 75px;
padding-bottom: 75px;
border-radius: 4px;
opacity: 0;
text-align: center;
background-color: #3498db;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-6544c7d0-9c54-4055-9d23-e2aa680679d1:hover {background-color: rgba(206, 235, 255, 1) !important;
font-size: 15px !important;
text-decoration: none !important;}#s-6544c7d0-9c54-4055-9d23-e2aa680679d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6544c7d0-9c54-4055-9d23-e2aa680679d1.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-35aa9190-3341-402d-baa1-07ba1fdaf7a1 {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
background-position: center center;
}








#s-35aa9190-3341-402d-baa1-07ba1fdaf7a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35aa9190-3341-402d-baa1-07ba1fdaf7a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d84c4cac-99ca-4f2c-b7ed-2ba9bb12f3b1 {
  padding-top: 5px;
padding-bottom: 5px;
opacity: 1;
background-color: rgba(184, 46, 34, 1);
}

#s-97e5b7b1-db11-4914-bf40-1a00e2fa931d {
  padding-top: 75px;
padding-bottom: 75px;
border-radius: 4px;
opacity: 0;
text-align: center;
background-color: #3498db;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-97e5b7b1-db11-4914-bf40-1a00e2fa931d:hover {background-color: #3cb0fd !important;
font-size: 15px !important;
text-decoration: none !important;}#s-97e5b7b1-db11-4914-bf40-1a00e2fa931d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97e5b7b1-db11-4914-bf40-1a00e2fa931d.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-8250b699-2da9-4df9-9455-67abe01f4fa2 {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
background-position: left center;
}








#s-8250b699-2da9-4df9-9455-67abe01f4fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8250b699-2da9-4df9-9455-67abe01f4fa2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-302bce7a-4f9c-4983-affe-73f549e1306b {
  padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(0, 114, 63, 1);
}

#s-a0a3c5aa-f048-4aa5-900b-9068a29b76db {
  padding-top: 75px;
padding-bottom: 75px;
border-radius: 4px;
opacity: 0;
text-align: center;
background-color: #3498db;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-a0a3c5aa-f048-4aa5-900b-9068a29b76db:hover {background-color: rgba(206, 235, 255, 1) !important;
font-size: 15px !important;
text-decoration: none !important;}#s-a0a3c5aa-f048-4aa5-900b-9068a29b76db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0a3c5aa-f048-4aa5-900b-9068a29b76db.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-01d60b2a-6e98-486f-b66b-3e39e8018404 {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
background-position: center center;
}








#s-01d60b2a-6e98-486f-b66b-3e39e8018404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d60b2a-6e98-486f-b66b-3e39e8018404.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b90efb4-6154-4cc9-9d89-bdf9a650b391 {
  padding-top: 5px;
padding-bottom: 5px;
opacity: 1;
background-color: rgba(247, 168, 27, 1);
}

#s-b1f9426f-787b-4fa2-bb19-1705f6c0bd97 {
  padding-top: 75px;
padding-bottom: 75px;
border-radius: 4px;
opacity: 0;
text-align: center;
background-color: #3498db;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-b1f9426f-787b-4fa2-bb19-1705f6c0bd97:hover {background-color: #3cb0fd !important;
font-size: 15px !important;
text-decoration: none !important;}#s-b1f9426f-787b-4fa2-bb19-1705f6c0bd97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1f9426f-787b-4fa2-bb19-1705f6c0bd97.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-50e5527a-c93f-4eea-ac18-99dc523a6344 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(113, 150, 169, 1);
}








#s-50e5527a-c93f-4eea-ac18-99dc523a6344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50e5527a-c93f-4eea-ac18-99dc523a6344.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce24c509-016a-4187-ba7d-ade5c00455af {
  
}

#s-475d136e-7dcd-4471-91e5-57706ab6b109 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-475d136e-7dcd-4471-91e5-57706ab6b109 {
  display: none;
}
#s-475d136e-7dcd-4471-91e5-57706ab6b109, #wrap-s-475d136e-7dcd-4471-91e5-57706ab6b109 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-475d136e-7dcd-4471-91e5-57706ab6b109 {
  display: none;
}
#s-475d136e-7dcd-4471-91e5-57706ab6b109, #wrap-s-475d136e-7dcd-4471-91e5-57706ab6b109 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-475d136e-7dcd-4471-91e5-57706ab6b109 {
  
}
}@media (max-width: 767px){#s-475d136e-7dcd-4471-91e5-57706ab6b109 {
  padding-top: 5%;
}
}







#s-475d136e-7dcd-4471-91e5-57706ab6b109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.45;
}#s-475d136e-7dcd-4471-91e5-57706ab6b109.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b02a4973-e729-4905-a0b0-c012dd2daf66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

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

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

#s-fcb29f7a-4364-43e3-90ad-c7dc25eea1ec {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fcb29f7a-4364-43e3-90ad-c7dc25eea1ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcb29f7a-4364-43e3-90ad-c7dc25eea1ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcb29f7a-4364-43e3-90ad-c7dc25eea1ec {
  
}
}@media (max-width: 767px){#s-fcb29f7a-4364-43e3-90ad-c7dc25eea1ec {
  
}
}
#s-fcb29f7a-4364-43e3-90ad-c7dc25eea1ec .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-324a0cd9-be16-4e1e-a7fe-9f6b6426bc8b {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(119, 150, 168, 0.2);
}








#s-324a0cd9-be16-4e1e-a7fe-9f6b6426bc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-324a0cd9-be16-4e1e-a7fe-9f6b6426bc8b.shg-box.shg-c {
  justify-content: center;
}

#s-f6c175cc-7480-45fe-8726-895a1eb3dfda {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-f6c175cc-7480-45fe-8726-895a1eb3dfda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6c175cc-7480-45fe-8726-895a1eb3dfda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6c175cc-7480-45fe-8726-895a1eb3dfda {
  
}
}@media (max-width: 767px){#s-f6c175cc-7480-45fe-8726-895a1eb3dfda {
  
}
}
#s-90d6eb6a-9f6b-4888-bf06-17aec2823481 {
  border-style: solid;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(247, 168, 27, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-90d6eb6a-9f6b-4888-bf06-17aec2823481:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-90d6eb6a-9f6b-4888-bf06-17aec2823481:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-90d6eb6a-9f6b-4888-bf06-17aec2823481 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90d6eb6a-9f6b-4888-bf06-17aec2823481 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d6eb6a-9f6b-4888-bf06-17aec2823481 {
  
}
}@media (max-width: 767px){#s-90d6eb6a-9f6b-4888-bf06-17aec2823481 {
  
}
}


#s-90d6eb6a-9f6b-4888-bf06-17aec2823481.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-72189f3e-89eb-4b61-b751-faf790b617e9 {
  margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-72189f3e-89eb-4b61-b751-faf790b617e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72189f3e-89eb-4b61-b751-faf790b617e9.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 50px;
padding-left: 15%;
padding-bottom: 25px;
padding-right: 15%;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 {
  display: none;
}
#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5, #wrap-s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 { display:none !important; }}@media (max-width: 767px){#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 {
  padding-top: 5%;
display: none;
}
#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5, #wrap-s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 { display:none !important; }}







#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.45;
}#s-a86a5741-9937-4d4c-ac23-f1f0187b36b5.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a90185f-c708-4a7b-a34f-bd7fca3c467d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-ca308e5a-012f-480d-81e1-a52a9a4df2ce {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ca308e5a-012f-480d-81e1-a52a9a4df2ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca308e5a-012f-480d-81e1-a52a9a4df2ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca308e5a-012f-480d-81e1-a52a9a4df2ce {
  
}
}@media (max-width: 767px){#s-ca308e5a-012f-480d-81e1-a52a9a4df2ce {
  
}
}
#s-ca308e5a-012f-480d-81e1-a52a9a4df2ce .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-47a1d6d0-7e9a-4a16-8f96-7a239e69069d {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(119, 150, 168, 0.2);
}








#s-47a1d6d0-7e9a-4a16-8f96-7a239e69069d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a1d6d0-7e9a-4a16-8f96-7a239e69069d.shg-box.shg-c {
  justify-content: center;
}

#s-7fef3145-efd1-4e6d-8ecf-739cd417f174 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-7fef3145-efd1-4e6d-8ecf-739cd417f174 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fef3145-efd1-4e6d-8ecf-739cd417f174 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fef3145-efd1-4e6d-8ecf-739cd417f174 {
  
}
}@media (max-width: 767px){#s-7fef3145-efd1-4e6d-8ecf-739cd417f174 {
  
}
}
#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108 {
  border-style: solid;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(247, 168, 27, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108 {
  
}
}@media (max-width: 767px){#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108 {
  
}
}


#s-34e4fc2c-fc1f-46f8-8ff0-57d9ec2d2108.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-bac2a796-03df-4f38-a738-ac5836809588 {
  margin-bottom: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-bac2a796-03df-4f38-a738-ac5836809588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bac2a796-03df-4f38-a738-ac5836809588.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3eaa6ce9-1698-4844-85dd-74a82f8bc920 {
  margin-bottom: 0px;
}

#s-1a96050c-c892-4e51-a1e7-a5f575908baa {
  padding-top: 25px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a96050c-c892-4e51-a1e7-a5f575908baa {
  display: none;
}
#s-1a96050c-c892-4e51-a1e7-a5f575908baa, #wrap-s-1a96050c-c892-4e51-a1e7-a5f575908baa { display:none !important; }}@media (max-width: 767px){#s-1a96050c-c892-4e51-a1e7-a5f575908baa {
  display: none;
}
#s-1a96050c-c892-4e51-a1e7-a5f575908baa, #wrap-s-1a96050c-c892-4e51-a1e7-a5f575908baa { display:none !important; }}
@media (min-width: 0px) {
[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a96050c-c892-4e51-a1e7-a5f575908baa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-04db0668-c174-4a94-b092-de61a91802f3 {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-04db0668-c174-4a94-b092-de61a91802f3 img.shogun-image {
    
    width: px;
  }


#s-04db0668-c174-4a94-b092-de61a91802f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-693604b1-0150-4985-bc21-e3691ded3cf2 {
  min-height: 50px;
}








#s-693604b1-0150-4985-bc21-e3691ded3cf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-693604b1-0150-4985-bc21-e3691ded3cf2.shg-box.shg-c {
  justify-content: center;
}

#s-8ec6122a-f362-4105-927a-def6ab7db6fa {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8ec6122a-f362-4105-927a-def6ab7db6fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ec6122a-f362-4105-927a-def6ab7db6fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ec6122a-f362-4105-927a-def6ab7db6fa {
  
}
}@media (max-width: 767px){#s-8ec6122a-f362-4105-927a-def6ab7db6fa {
  
}
}
#s-8ec6122a-f362-4105-927a-def6ab7db6fa .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d138cdc-206c-453f-b0f3-9c32de179bbc {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 100px;
}
@media (min-width: 1200px){#s-9d138cdc-206c-453f-b0f3-9c32de179bbc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d138cdc-206c-453f-b0f3-9c32de179bbc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d138cdc-206c-453f-b0f3-9c32de179bbc {
  
}
}@media (max-width: 767px){#s-9d138cdc-206c-453f-b0f3-9c32de179bbc {
  
}
}
#s-89466c85-a668-49d4-9a2f-ff594acb3ff8 {
  min-height: 50px;
}








#s-89466c85-a668-49d4-9a2f-ff594acb3ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89466c85-a668-49d4-9a2f-ff594acb3ff8.shg-box.shg-c {
  justify-content: center;
}

#s-aed86815-7b28-4501-a859-8b24dfd8d6d8 {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-aed86815-7b28-4501-a859-8b24dfd8d6d8 img.shogun-image {
    
    width: px;
  }


#s-aed86815-7b28-4501-a859-8b24dfd8d6d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a10717f9-942e-43c2-bd29-f153f4e1e6a6 {
  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-a10717f9-942e-43c2-bd29-f153f4e1e6a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a10717f9-942e-43c2-bd29-f153f4e1e6a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a10717f9-942e-43c2-bd29-f153f4e1e6a6 {
  
}
}@media (max-width: 767px){#s-a10717f9-942e-43c2-bd29-f153f4e1e6a6 {
  
}
}
#s-a10717f9-942e-43c2-bd29-f153f4e1e6a6 .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0dfc2101-d24e-412c-b775-6c7f7976f83b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 75px;
}
@media (min-width: 1200px){#s-0dfc2101-d24e-412c-b775-6c7f7976f83b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dfc2101-d24e-412c-b775-6c7f7976f83b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dfc2101-d24e-412c-b775-6c7f7976f83b {
  
}
}@media (max-width: 767px){#s-0dfc2101-d24e-412c-b775-6c7f7976f83b {
  
}
}
#s-80a5723c-9527-4f70-8ae2-2e529f93097c {
  min-height: 50px;
}








#s-80a5723c-9527-4f70-8ae2-2e529f93097c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a5723c-9527-4f70-8ae2-2e529f93097c.shg-box.shg-c {
  justify-content: center;
}

#s-3d81fe87-25d4-403a-b4c6-7792f517865c {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-3d81fe87-25d4-403a-b4c6-7792f517865c img.shogun-image {
    
    width: px;
  }


#s-3d81fe87-25d4-403a-b4c6-7792f517865c .shogun-image-content {
  
    align-items: center;
  
}

#s-e77e6c63-41db-4bce-964b-57ad29a5dcd0 {
  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-e77e6c63-41db-4bce-964b-57ad29a5dcd0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e77e6c63-41db-4bce-964b-57ad29a5dcd0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e77e6c63-41db-4bce-964b-57ad29a5dcd0 {
  
}
}@media (max-width: 767px){#s-e77e6c63-41db-4bce-964b-57ad29a5dcd0 {
  
}
}
#s-e77e6c63-41db-4bce-964b-57ad29a5dcd0 .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b30a288-8cb4-4967-8a3a-16e4a75d2053 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 75px;
}
@media (min-width: 1200px){#s-5b30a288-8cb4-4967-8a3a-16e4a75d2053 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b30a288-8cb4-4967-8a3a-16e4a75d2053 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b30a288-8cb4-4967-8a3a-16e4a75d2053 {
  
}
}@media (max-width: 767px){#s-5b30a288-8cb4-4967-8a3a-16e4a75d2053 {
  
}
}
#s-21f9651b-c03f-47ca-b33a-e84610a0f194 {
  min-height: 50px;
}








#s-21f9651b-c03f-47ca-b33a-e84610a0f194 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21f9651b-c03f-47ca-b33a-e84610a0f194.shg-box.shg-c {
  justify-content: center;
}

#s-54baaca0-2f81-4949-8e42-9c876d0a2437 {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-54baaca0-2f81-4949-8e42-9c876d0a2437 img.shogun-image {
    
    width: px;
  }


#s-54baaca0-2f81-4949-8e42-9c876d0a2437 .shogun-image-content {
  
    align-items: center;
  
}

#s-57099dde-1ead-4f93-a443-3158e05496c6 {
  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-57099dde-1ead-4f93-a443-3158e05496c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57099dde-1ead-4f93-a443-3158e05496c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57099dde-1ead-4f93-a443-3158e05496c6 {
  
}
}@media (max-width: 767px){#s-57099dde-1ead-4f93-a443-3158e05496c6 {
  
}
}
#s-57099dde-1ead-4f93-a443-3158e05496c6 .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59a4090d-6fda-4366-94f4-0017b97ebebe {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-59a4090d-6fda-4366-94f4-0017b97ebebe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59a4090d-6fda-4366-94f4-0017b97ebebe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59a4090d-6fda-4366-94f4-0017b97ebebe {
  
}
}@media (max-width: 767px){#s-59a4090d-6fda-4366-94f4-0017b97ebebe {
  
}
}
#s-e0003beb-fdb5-4488-8603-597dced2f15d {
  padding-top: 25px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-e0003beb-fdb5-4488-8603-597dced2f15d {
  display: none;
}
#s-e0003beb-fdb5-4488-8603-597dced2f15d, #wrap-s-e0003beb-fdb5-4488-8603-597dced2f15d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0003beb-fdb5-4488-8603-597dced2f15d {
  display: none;
}
#s-e0003beb-fdb5-4488-8603-597dced2f15d, #wrap-s-e0003beb-fdb5-4488-8603-597dced2f15d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0003beb-fdb5-4488-8603-597dced2f15d {
  
}
}@media (max-width: 767px){#s-e0003beb-fdb5-4488-8603-597dced2f15d {
  
}
}
@media (min-width: 0px) {
[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0003beb-fdb5-4488-8603-597dced2f15d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-076be1b9-d72e-436e-b666-71fe05cb2902 {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-076be1b9-d72e-436e-b666-71fe05cb2902 img.shogun-image {
    
    width: px;
  }


#s-076be1b9-d72e-436e-b666-71fe05cb2902 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d27831e-2a9f-49cb-9692-8ea80ee67364 {
  min-height: 50px;
}








#s-8d27831e-2a9f-49cb-9692-8ea80ee67364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d27831e-2a9f-49cb-9692-8ea80ee67364.shg-box.shg-c {
  justify-content: center;
}

#s-208f20dd-41e6-4feb-9201-ce44211d417b {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-208f20dd-41e6-4feb-9201-ce44211d417b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-208f20dd-41e6-4feb-9201-ce44211d417b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-208f20dd-41e6-4feb-9201-ce44211d417b {
  
}
}@media (max-width: 767px){#s-208f20dd-41e6-4feb-9201-ce44211d417b {
  
}
}
#s-208f20dd-41e6-4feb-9201-ce44211d417b .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ae260a4f-70f5-4cfe-a1c0-93d3a9f8f95d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 100px;
}
@media (min-width: 1200px){#s-ae260a4f-70f5-4cfe-a1c0-93d3a9f8f95d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae260a4f-70f5-4cfe-a1c0-93d3a9f8f95d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae260a4f-70f5-4cfe-a1c0-93d3a9f8f95d {
  
}
}@media (max-width: 767px){#s-ae260a4f-70f5-4cfe-a1c0-93d3a9f8f95d {
  
}
}
#s-8da7a9eb-b471-4be4-be64-6fe833d2deb3 {
  min-height: 50px;
}








#s-8da7a9eb-b471-4be4-be64-6fe833d2deb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da7a9eb-b471-4be4-be64-6fe833d2deb3.shg-box.shg-c {
  justify-content: center;
}

#s-6256380e-5088-4bb9-ac18-21f039396c65 {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-6256380e-5088-4bb9-ac18-21f039396c65 img.shogun-image {
    
    width: px;
  }


#s-6256380e-5088-4bb9-ac18-21f039396c65 .shogun-image-content {
  
    align-items: center;
  
}

#s-c588cfec-2db4-45e0-b530-8b219fe06dc9 {
  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-c588cfec-2db4-45e0-b530-8b219fe06dc9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c588cfec-2db4-45e0-b530-8b219fe06dc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c588cfec-2db4-45e0-b530-8b219fe06dc9 {
  
}
}@media (max-width: 767px){#s-c588cfec-2db4-45e0-b530-8b219fe06dc9 {
  
}
}
#s-c588cfec-2db4-45e0-b530-8b219fe06dc9 .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-247d112d-ce35-4ca8-8f17-8cf15332dc8c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 75px;
}
@media (min-width: 1200px){#s-247d112d-ce35-4ca8-8f17-8cf15332dc8c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-247d112d-ce35-4ca8-8f17-8cf15332dc8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-247d112d-ce35-4ca8-8f17-8cf15332dc8c {
  
}
}@media (max-width: 767px){#s-247d112d-ce35-4ca8-8f17-8cf15332dc8c {
  
}
}
#s-3fa93c95-fcc5-41d4-be8d-1f379bdd3be5 {
  min-height: 50px;
}








#s-3fa93c95-fcc5-41d4-be8d-1f379bdd3be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fa93c95-fcc5-41d4-be8d-1f379bdd3be5.shg-box.shg-c {
  justify-content: center;
}

#s-87af5bba-5140-46c3-b6a8-c575f0293b41 {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-87af5bba-5140-46c3-b6a8-c575f0293b41 img.shogun-image {
    
    width: px;
  }


#s-87af5bba-5140-46c3-b6a8-c575f0293b41 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e6406e5-3823-4fd9-adad-14efec966473 {
  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-7e6406e5-3823-4fd9-adad-14efec966473 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e6406e5-3823-4fd9-adad-14efec966473 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e6406e5-3823-4fd9-adad-14efec966473 {
  
}
}@media (max-width: 767px){#s-7e6406e5-3823-4fd9-adad-14efec966473 {
  
}
}
#s-7e6406e5-3823-4fd9-adad-14efec966473 .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-79a2ee43-7f09-4b3e-8a1f-11a17620bd76 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 75px;
}
@media (min-width: 1200px){#s-79a2ee43-7f09-4b3e-8a1f-11a17620bd76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79a2ee43-7f09-4b3e-8a1f-11a17620bd76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79a2ee43-7f09-4b3e-8a1f-11a17620bd76 {
  
}
}@media (max-width: 767px){#s-79a2ee43-7f09-4b3e-8a1f-11a17620bd76 {
  
}
}
#s-937dd914-df9a-48ce-9f9f-49f85ff738e4 {
  min-height: 50px;
}








#s-937dd914-df9a-48ce-9f9f-49f85ff738e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-937dd914-df9a-48ce-9f9f-49f85ff738e4.shg-box.shg-c {
  justify-content: center;
}

#s-713aaff5-ac90-4b0c-a1c6-45d7b1a0b446 {
  padding-top: 25px;
padding-left: 25%;
padding-bottom: 25px;
padding-right: 25%;
}




  #s-713aaff5-ac90-4b0c-a1c6-45d7b1a0b446 img.shogun-image {
    
    width: px;
  }


#s-713aaff5-ac90-4b0c-a1c6-45d7b1a0b446 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a73ce6-a54e-4e42-85e9-d56d8bae079f {
  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-36a73ce6-a54e-4e42-85e9-d56d8bae079f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36a73ce6-a54e-4e42-85e9-d56d8bae079f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36a73ce6-a54e-4e42-85e9-d56d8bae079f {
  
}
}@media (max-width: 767px){#s-36a73ce6-a54e-4e42-85e9-d56d8bae079f {
  
}
}
#s-36a73ce6-a54e-4e42-85e9-d56d8bae079f .shogun-heading-component h1 {
  color: rgba(69, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-211e318c-a847-4afc-af83-80f8f1d55d99 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-211e318c-a847-4afc-af83-80f8f1d55d99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-211e318c-a847-4afc-af83-80f8f1d55d99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-211e318c-a847-4afc-af83-80f8f1d55d99 {
  
}
}@media (max-width: 767px){#s-211e318c-a847-4afc-af83-80f8f1d55d99 {
  
}
}
#s-d520c300-e6a6-4c20-b914-0253da4bdb1b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-position: center bottom;
}
@media (max-width: 767px){#s-d520c300-e6a6-4c20-b914-0253da4bdb1b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-d520c300-e6a6-4c20-b914-0253da4bdb1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d520c300-e6a6-4c20-b914-0253da4bdb1b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97292fde-e946-47c0-a985-3b5ae9955372 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-97292fde-e946-47c0-a985-3b5ae9955372 {
  display: none;
}
#s-97292fde-e946-47c0-a985-3b5ae9955372, #wrap-s-97292fde-e946-47c0-a985-3b5ae9955372 { display:none !important; }}@media (max-width: 767px){#s-97292fde-e946-47c0-a985-3b5ae9955372 {
  display: none;
}
#s-97292fde-e946-47c0-a985-3b5ae9955372, #wrap-s-97292fde-e946-47c0-a985-3b5ae9955372 { display:none !important; }}







#s-97292fde-e946-47c0-a985-3b5ae9955372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97292fde-e946-47c0-a985-3b5ae9955372.shg-box.shg-c {
  justify-content: flex-start;
}

#s-23a0b3fb-7fad-4d80-b2a3-2ca3a2ca6a4f {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(119, 150, 168, 1);
}

#s-9c67d443-4b36-4c77-a489-a6cdd134cac9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c67d443-4b36-4c77-a489-a6cdd134cac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c67d443-4b36-4c77-a489-a6cdd134cac9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c40d5b5e-aac4-455c-9afd-a624c41aa3b3 {
  padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c40d5b5e-aac4-455c-9afd-a624c41aa3b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c40d5b5e-aac4-455c-9afd-a624c41aa3b3.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-a080cc88-b010-4495-a548-66d1df1b4892"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-9ceaee67-8e6e-4a86-9b36-6dc47233b7f4 {
  min-height: 50px;
}








#s-9ceaee67-8e6e-4a86-9b36-6dc47233b7f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ceaee67-8e6e-4a86-9b36-6dc47233b7f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd8d61be-9be4-48bd-a80b-afc78a3db01e {
  
}

#s-3df64cf9-bfce-4754-90fe-738ef455b7fc {
  margin-top: -35px;
margin-bottom: -25px;
}

#s-3df64cf9-bfce-4754-90fe-738ef455b7fc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 1);
}

#s-3bedad6f-6ff1-42c4-93b6-9f9dde549048 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 {
  text-align: left;
}


.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 {
  max-width: 100%;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom,
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 {
  max-width: 100%;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom,
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 {
  max-width: 100%;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom,
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 {
  max-width: 100%;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom,
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 {
  max-width: 100%;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom,
.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74075e12-34a6-4b7f-8473-40c3aa9e7466 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4bc6e52c-4d70-47be-9b52-5a62573bb060 {
  padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}








#s-4bc6e52c-4d70-47be-9b52-5a62573bb060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bc6e52c-4d70-47be-9b52-5a62573bb060.shg-box.shg-c {
  justify-content: flex-start;
}

#s-61617585-1aba-421c-963a-c99ce5023dcd {
  box-shadow:1px 5px 15px 0px rgba(0, 0, 0, 1);
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 121, 64, 1);
text-decoration: none;
}
#s-61617585-1aba-421c-963a-c99ce5023dcd:hover {background-color: rgba(167, 152, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61617585-1aba-421c-963a-c99ce5023dcd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61617585-1aba-421c-963a-c99ce5023dcd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-66be9811-8a27-4529-b304-29171a0b9c37 {
  min-height: 50px;
}








#s-66be9811-8a27-4529-b304-29171a0b9c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66be9811-8a27-4529-b304-29171a0b9c37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88ba5a21-33a8-4d3c-954d-a4644ae8c131 {
  margin-top: -35px;
margin-bottom: -25px;
}

#s-88ba5a21-33a8-4d3c-954d-a4644ae8c131 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a9ac750f-6155-402f-b99a-e9e266f61be2 {
  display: none;
}
#s-c6a89320-1295-4486-a5a0-a51e3b649b84 {
  text-align: left;
}


.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 {
  max-width: 100%;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom,
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 {
  max-width: 100%;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom,
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 {
  max-width: 100%;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom,
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 {
  max-width: 100%;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom,
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 {
  max-width: 100%;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom,
.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6a89320-1295-4486-a5a0-a51e3b649b84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-901fec41-5561-491d-9064-d09b707b2aab {
  padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}








#s-901fec41-5561-491d-9064-d09b707b2aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-901fec41-5561-491d-9064-d09b707b2aab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-91ef7a80-23be-46af-af8d-ca403c3e1bcd {
  box-shadow:1px 5px 15px 0px rgba(0, 0, 0, 1);
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 121, 64, 1);
text-decoration: none;
}
#s-91ef7a80-23be-46af-af8d-ca403c3e1bcd:hover {background-color: rgba(0, 81, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91ef7a80-23be-46af-af8d-ca403c3e1bcd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91ef7a80-23be-46af-af8d-ca403c3e1bcd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-6122bdc8-b69c-4f54-9d8b-8c2322e0e64a {
  min-height: 50px;
}








#s-6122bdc8-b69c-4f54-9d8b-8c2322e0e64a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6122bdc8-b69c-4f54-9d8b-8c2322e0e64a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6a05e39f-b3b7-4f6f-8a83-f424a841b151 {
  
}

#s-3aa28488-13e1-48f8-8a91-5e7be2df67d5 {
  margin-top: -35px;
margin-bottom: -25px;
}

#s-3aa28488-13e1-48f8-8a91-5e7be2df67d5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0b4315f4-29b0-4358-b438-f67b1c5859fc {
  min-height: 50px;
}








#s-0b4315f4-29b0-4358-b438-f67b1c5859fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b4315f4-29b0-4358-b438-f67b1c5859fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-728f41a0-8dc0-4674-8293-512ac88dfbc3 {
  min-height: 50px;
}








#s-728f41a0-8dc0-4674-8293-512ac88dfbc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-728f41a0-8dc0-4674-8293-512ac88dfbc3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9de11304-bcd9-491d-bad5-16e3b7490ee7 {
  padding-bottom: 35px;
text-align: center;
}




  #s-9de11304-bcd9-491d-bad5-16e3b7490ee7 img.shogun-image {
    
    width: px;
  }


#s-9de11304-bcd9-491d-bad5-16e3b7490ee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-37b85f4f-e138-4ac3-bc6f-b6cd66541a33 {
  padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}








#s-37b85f4f-e138-4ac3-bc6f-b6cd66541a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37b85f4f-e138-4ac3-bc6f-b6cd66541a33.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a21c98c8-213e-41f8-8c21-eda931724f1a {
  box-shadow:1px 5px 15px 0px rgba(0, 0, 0, 1);
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 121, 64, 1);
text-decoration: none;
}
#s-a21c98c8-213e-41f8-8c21-eda931724f1a:hover {background-color: rgba(21, 45, 94, 1) !important;
text-decoration: none !important;}#s-a21c98c8-213e-41f8-8c21-eda931724f1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a21c98c8-213e-41f8-8c21-eda931724f1a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-22e027d6-3b26-428c-9176-9dc3ae9c40d4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
}

#s-ac6cd710-3eea-437e-8780-99ce9abe0142 {
  margin-left: -6%;
margin-right: -6%;
}
@media (min-width: 1200px){#s-ac6cd710-3eea-437e-8780-99ce9abe0142 {
  display: none;
}
#s-ac6cd710-3eea-437e-8780-99ce9abe0142, #wrap-s-ac6cd710-3eea-437e-8780-99ce9abe0142 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac6cd710-3eea-437e-8780-99ce9abe0142 {
  display: none;
}
#s-ac6cd710-3eea-437e-8780-99ce9abe0142, #wrap-s-ac6cd710-3eea-437e-8780-99ce9abe0142 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac6cd710-3eea-437e-8780-99ce9abe0142 {
  
}
}@media (max-width: 767px){#s-ac6cd710-3eea-437e-8780-99ce9abe0142 {
  
}
}







#s-ac6cd710-3eea-437e-8780-99ce9abe0142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6cd710-3eea-437e-8780-99ce9abe0142.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc02125c-1766-40dc-8db0-cd54bfb6bd88 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(119, 150, 168, 1);
}

#s-07aea6fb-1b6f-402b-9d32-8cb3a3654bae {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-07aea6fb-1b6f-402b-9d32-8cb3a3654bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07aea6fb-1b6f-402b-9d32-8cb3a3654bae.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b61b407-beec-4515-b725-056b8084323d {
  padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9b61b407-beec-4515-b725-056b8084323d {
  padding-top: 5%;
}
}







#s-9b61b407-beec-4515-b725-056b8084323d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b61b407-beec-4515-b725-056b8084323d.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-e9e90420-4116-43ff-bee4-623f2f3606b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-08d4e956-c23c-4883-ba4f-a1996a1c8581 {
  min-height: 50px;
}








#s-08d4e956-c23c-4883-ba4f-a1996a1c8581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08d4e956-c23c-4883-ba4f-a1996a1c8581.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c33ae7d7-d472-4b67-9f87-d13db087db8c {
  
}

#s-783f7aeb-f93c-4a19-aa9d-f1faa409c69c {
  display: none;
}
#s-0df5a660-b81a-4fba-b629-0a74dac55ede {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-0df5a660-b81a-4fba-b629-0a74dac55ede hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a {
  text-align: left;
}


.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a {
  max-width: 100%;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom,
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a {
  max-width: 100%;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom,
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a {
  max-width: 100%;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom,
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a {
  max-width: 100%;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom,
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a {
  max-width: 100%;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom,
.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbdb66c7-d9f4-497b-9734-fbf14f3ba03a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b0f23df1-a7ad-4dc6-968c-316889eb7338 {
  padding-left: 25px;
padding-bottom: 75px;
padding-right: 25px;
min-height: 50px;
}








#s-b0f23df1-a7ad-4dc6-968c-316889eb7338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0f23df1-a7ad-4dc6-968c-316889eb7338.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5decf6c4-386a-401c-b8e5-7182b30ecbb9 {
  box-shadow:1px 5px 15px 0px rgba(0, 0, 0, 1);
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 121, 64, 1);
text-decoration: none;
}
#s-5decf6c4-386a-401c-b8e5-7182b30ecbb9:hover {background-color: rgba(167, 152, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5decf6c4-386a-401c-b8e5-7182b30ecbb9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5decf6c4-386a-401c-b8e5-7182b30ecbb9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-b95f2712-69f1-4601-ac1b-c4f596b2ea84 {
  min-height: 50px;
}








#s-b95f2712-69f1-4601-ac1b-c4f596b2ea84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b95f2712-69f1-4601-ac1b-c4f596b2ea84.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c23bd45f-f89b-4d3c-a6b5-877b4d8f0b3f {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-c23bd45f-f89b-4d3c-a6b5-877b4d8f0b3f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-12bc2cd1-5f3b-4997-8497-145a4bba0fa7 {
  display: none;
}
#s-bc766e85-1af1-44fd-b892-bab3c4826d1f {
  text-align: left;
}


.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f {
  max-width: 100%;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom,
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f {
  max-width: 100%;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom,
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f {
  max-width: 100%;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom,
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f {
  max-width: 100%;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom,
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f {
  max-width: 100%;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom,
.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc766e85-1af1-44fd-b892-bab3c4826d1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-572a8119-8d5a-48f9-b370-1cc8f5907043 {
  padding-left: 25px;
padding-bottom: 75px;
padding-right: 25px;
min-height: 50px;
}








#s-572a8119-8d5a-48f9-b370-1cc8f5907043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572a8119-8d5a-48f9-b370-1cc8f5907043.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f1adfef8-dcbd-43e0-96c4-3ab4c57ec6c1 {
  box-shadow:1px 5px 15px 0px rgba(0, 0, 0, 1);
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 121, 64, 1);
text-decoration: none;
}
#s-f1adfef8-dcbd-43e0-96c4-3ab4c57ec6c1:hover {background-color: rgba(0, 81, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1adfef8-dcbd-43e0-96c4-3ab4c57ec6c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1adfef8-dcbd-43e0-96c4-3ab4c57ec6c1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-4c808cad-3264-4d4d-a2d7-6b518e0703df {
  min-height: 50px;
}








#s-4c808cad-3264-4d4d-a2d7-6b518e0703df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c808cad-3264-4d4d-a2d7-6b518e0703df.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f5b136ab-1545-4bf6-a551-814c35a6cb7a {
  
}

#s-44ae0a96-22f3-476b-bfd0-1b92e14b2692 {
  margin-top: -25px;
margin-bottom: -25px;
}
@media (max-width: 767px){#s-44ae0a96-22f3-476b-bfd0-1b92e14b2692 {
  margin-bottom: 0px;
}
}
#s-44ae0a96-22f3-476b-bfd0-1b92e14b2692 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6f4f2b55-d90b-4ef2-96cb-d767db85b8cb {
  min-height: 50px;
}








#s-6f4f2b55-d90b-4ef2-96cb-d767db85b8cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4f2b55-d90b-4ef2-96cb-d767db85b8cb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f72485a5-dfd8-4c15-817e-e589bf2e60b2 {
  text-align: center;
}




  #s-f72485a5-dfd8-4c15-817e-e589bf2e60b2 img.shogun-image {
    
    width: px;
  }


#s-f72485a5-dfd8-4c15-817e-e589bf2e60b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4068efc6-486d-45c5-994b-09e3962c3efd {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 75px;
padding-right: 25px;
min-height: 50px;
}








#s-4068efc6-486d-45c5-994b-09e3962c3efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4068efc6-486d-45c5-994b-09e3962c3efd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-baf07048-bbd4-4ef1-9feb-6444ce682a9c {
  box-shadow:1px 5px 15px 0px rgba(0, 0, 0, 1);
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 121, 64, 1);
text-decoration: none;
}
#s-baf07048-bbd4-4ef1-9feb-6444ce682a9c:hover {background-color: rgba(21, 45, 94, 1) !important;
text-decoration: none !important;}#s-baf07048-bbd4-4ef1-9feb-6444ce682a9c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-baf07048-bbd4-4ef1-9feb-6444ce682a9c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-dbb9b0e8-039f-4cfc-8050-efca8fdfb3c6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
}

#s-938e696d-1d3f-4b05-80eb-02e8409b41e2 {
  margin-top: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-938e696d-1d3f-4b05-80eb-02e8409b41e2 {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-938e696d-1d3f-4b05-80eb-02e8409b41e2 {
  margin-top: 6%;
}
}







#s-938e696d-1d3f-4b05-80eb-02e8409b41e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-938e696d-1d3f-4b05-80eb-02e8409b41e2.shg-box.shg-c {
  justify-content: center;
}

#s-d974ade7-146c-436e-b497-45576124cc2c {
  
}

@media (min-width: 0px) {
[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d974ade7-146c-436e-b497-45576124cc2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-bf9fd61f-d7e0-4d71-be5f-0bde9a8a36e2 {
  background-color: rgba(255, 255, 255, 1);
}








#s-bf9fd61f-d7e0-4d71-be5f-0bde9a8a36e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf9fd61f-d7e0-4d71-be5f-0bde9a8a36e2.shg-box.shg-c {
  justify-content: flex-start;
}








#s-e2864d5a-4155-4a8d-aa6f-1e48484375ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2864d5a-4155-4a8d-aa6f-1e48484375ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7d39e0ce-74d7-47d1-8219-160b0875c40d {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(119, 150, 168, 1);
}








#s-d53681ce-aa2d-4423-a5e7-21ae0684ed9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d53681ce-aa2d-4423-a5e7-21ae0684ed9b.shg-box.shg-c {
  justify-content: flex-start;
}




  #s-4db9ca17-6f0a-43f7-ade4-1c28004a0ab1 img.shogun-image {
    
    width: px;
  }


#s-4db9ca17-6f0a-43f7-ade4-1c28004a0ab1 .shogun-image-content {
  
    align-items: center;
  
}

#s-134f3363-2cc4-4ef1-91ba-2d0acaf59657 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-134f3363-2cc4-4ef1-91ba-2d0acaf59657 {
  margin-top: 25px;
}
}







#s-134f3363-2cc4-4ef1-91ba-2d0acaf59657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-134f3363-2cc4-4ef1-91ba-2d0acaf59657.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c6906fcc-fa19-48c8-bf30-776bf370054c {
  background-color: rgba(245, 245, 245, 1);
}








#s-c6906fcc-fa19-48c8-bf30-776bf370054c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6906fcc-fa19-48c8-bf30-776bf370054c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d56af52c-6118-43b2-9c99-66a8bda95c82 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(119, 150, 168, 1);
}

#s-444f837d-0ccb-47b3-885f-1aaa67abfef6 {
  
}








#s-444f837d-0ccb-47b3-885f-1aaa67abfef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444f837d-0ccb-47b3-885f-1aaa67abfef6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1a34ee78-3673-4cf1-8d6e-f78e483c7bfa {
  text-align: center;
}




  #s-1a34ee78-3673-4cf1-8d6e-f78e483c7bfa img.shogun-image {
    
    width: px;
  }


#s-1a34ee78-3673-4cf1-8d6e-f78e483c7bfa .shogun-image-content {
  
    align-items: 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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
