.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-419a8de1-41cf-4eee-a995-d1313061a43f {
  min-height: 50px;
}








#s-419a8de1-41cf-4eee-a995-d1313061a43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-419a8de1-41cf-4eee-a995-d1313061a43f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f1079ed-35bc-4fa9-8a43-e721d6e3a035 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(86, 145, 194, 1);
}








#s-3f1079ed-35bc-4fa9-8a43-e721d6e3a035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f1079ed-35bc-4fa9-8a43-e721d6e3a035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-d9547b24-7272-4917-a925-343ce1f68fe6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9547b24-7272-4917-a925-343ce1f68fe6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9547b24-7272-4917-a925-343ce1f68fe6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9547b24-7272-4917-a925-343ce1f68fe6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-d72e483e-f34d-4384-aa50-88a869ad4d2f {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
max-width: 434px;
}

#s-d72e483e-f34d-4384-aa50-88a869ad4d2f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-d72e483e-f34d-4384-aa50-88a869ad4d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-d72e483e-f34d-4384-aa50-88a869ad4d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 29, 29, 1);
}

#s-d72e483e-f34d-4384-aa50-88a869ad4d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-d72e483e-f34d-4384-aa50-88a869ad4d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 29, 29, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d72e483e-f34d-4384-aa50-88a869ad4d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d08afe83-09ba-4801-89fd-6c84cfaa8775 {
  margin-right: 10px;
}

#s-e81c6578-f04e-4ab1-9882-0e70d0112774 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
max-width: 434px;
}

#s-e81c6578-f04e-4ab1-9882-0e70d0112774 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-e81c6578-f04e-4ab1-9882-0e70d0112774 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-e81c6578-f04e-4ab1-9882-0e70d0112774 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 29, 29, 1);
}

#s-e81c6578-f04e-4ab1-9882-0e70d0112774 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-e81c6578-f04e-4ab1-9882-0e70d0112774 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 29, 29, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e81c6578-f04e-4ab1-9882-0e70d0112774 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-500a8d79-4587-4b86-a728-88bf0254711b {
  margin-left: 10px;
margin-right: 10px;
}

#s-7883a278-4bc6-431d-b35f-333041a0e709 {
  background-size: cover;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(0, 25, 44, 1);
}
@media (min-width: 1200px){#s-7883a278-4bc6-431d-b35f-333041a0e709 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7883a278-4bc6-431d-b35f-333041a0e709 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7883a278-4bc6-431d-b35f-333041a0e709 {
  
}
}@media (max-width: 767px){#s-7883a278-4bc6-431d-b35f-333041a0e709 {
  
}
}







#s-7883a278-4bc6-431d-b35f-333041a0e709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7883a278-4bc6-431d-b35f-333041a0e709.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5402be7-4540-4b86-9c62-4fc79ef1c7be {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-a5402be7-4540-4b86-9c62-4fc79ef1c7be {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-a5402be7-4540-4b86-9c62-4fc79ef1c7be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5402be7-4540-4b86-9c62-4fc79ef1c7be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5402be7-4540-4b86-9c62-4fc79ef1c7be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5402be7-4540-4b86-9c62-4fc79ef1c7be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a5402be7-4540-4b86-9c62-4fc79ef1c7be"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-58d26c87-b3a6-4f62-be0c-de3661f62362 {
  padding-right: 10%;
}








#s-58d26c87-b3a6-4f62-be0c-de3661f62362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58d26c87-b3a6-4f62-be0c-de3661f62362.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-2a2d1965-a784-4b44-bb95-359e31964d46 {
  margin-left: 20px;
margin-right: 20px;
max-width: 434px;
text-align: left;
}
@media (max-width: 767px){#s-2a2d1965-a784-4b44-bb95-359e31964d46 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-2a2d1965-a784-4b44-bb95-359e31964d46 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4b2ba76f-6e98-4fd7-b244-793b9a82ccb0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
max-width: 434px;
}
@media (max-width: 767px){#s-4b2ba76f-6e98-4fd7-b244-793b9a82ccb0 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
.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-text {
  font-weight: ;
  font-family: ;
}

.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-ae6c134a-dcf3-4a50-b407-80a7006ebedc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 29, 29, 1);
}
#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc:hover {background-color: rgba(235, 235, 235, 1) !important;
text-decoration: none !important;
color: rgba(29, 29, 29, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(28, 29, 29, 1) !important;}@media (min-width: 1200px){#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc {
  display: none;
}
#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc, #wrap-s-ae6c134a-dcf3-4a50-b407-80a7006ebedc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc {
  display: none;
}
#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc, #wrap-s-ae6c134a-dcf3-4a50-b407-80a7006ebedc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc {
  display: none;
}
#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc, #wrap-s-ae6c134a-dcf3-4a50-b407-80a7006ebedc { display: none !important; }}@media (max-width: 767px){#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc {
  margin-bottom: 20px;
display: none;
}
#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc, #wrap-s-ae6c134a-dcf3-4a50-b407-80a7006ebedc { display: none !important; }}

  #s-ae6c134a-dcf3-4a50-b407-80a7006ebedc-root {
    text-align: left;
  }


#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae6c134a-dcf3-4a50-b407-80a7006ebedc-root {
    text-align: left;
  }


#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae6c134a-dcf3-4a50-b407-80a7006ebedc-root {
    text-align: left;
  }


#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae6c134a-dcf3-4a50-b407-80a7006ebedc-root {
    text-align: left;
  }


#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae6c134a-dcf3-4a50-b407-80a7006ebedc-root {
    text-align: left;
  }


#s-ae6c134a-dcf3-4a50-b407-80a7006ebedc.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-dc88637d-3e05-4eb8-be52-fd7262344c0d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(250, 250, 250, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-dc88637d-3e05-4eb8-be52-fd7262344c0d:hover {background-color: rgba(214, 214, 214, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(28, 29, 29, 1) !important;}#s-dc88637d-3e05-4eb8-be52-fd7262344c0d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-dc88637d-3e05-4eb8-be52-fd7262344c0d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}

  #s-dc88637d-3e05-4eb8-be52-fd7262344c0d-root {
    text-align: left;
  }


#s-dc88637d-3e05-4eb8-be52-fd7262344c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc88637d-3e05-4eb8-be52-fd7262344c0d-root {
    text-align: left;
  }


#s-dc88637d-3e05-4eb8-be52-fd7262344c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc88637d-3e05-4eb8-be52-fd7262344c0d-root {
    text-align: left;
  }


#s-dc88637d-3e05-4eb8-be52-fd7262344c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc88637d-3e05-4eb8-be52-fd7262344c0d-root {
    text-align: left;
  }


#s-dc88637d-3e05-4eb8-be52-fd7262344c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc88637d-3e05-4eb8-be52-fd7262344c0d-root {
    text-align: left;
  }


#s-dc88637d-3e05-4eb8-be52-fd7262344c0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-28d2d3e8-f605-4d49-bc83-9d6deb900869 {
  min-height: 50px;
}








#s-28d2d3e8-f605-4d49-bc83-9d6deb900869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d2d3e8-f605-4d49-bc83-9d6deb900869.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-dc2c4f5f-2f37-4a96-a62d-a94b9ea47c03 {
  margin-top: 50px;
margin-bottom: 50px;
max-width: 1000px;
aspect-ratio: 1000/1048;
text-align: center;
}





  #s-dc2c4f5f-2f37-4a96-a62d-a94b9ea47c03 img.shogun-image,
  #s-dc2c4f5f-2f37-4a96-a62d-a94b9ea47c03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc2c4f5f-2f37-4a96-a62d-a94b9ea47c03 {
    width: 100%;
    height: auto;
  }



  #s-dc2c4f5f-2f37-4a96-a62d-a94b9ea47c03 img.shogun-image {
    

    
    
    
  }


#s-dc2c4f5f-2f37-4a96-a62d-a94b9ea47c03 .shogun-image-content {
  
    align-items: center;
  
}

#s-fde79321-ec7d-42ca-98d7-0b7dff765eda {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 140px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fde79321-ec7d-42ca-98d7-0b7dff765eda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fde79321-ec7d-42ca-98d7-0b7dff765eda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fde79321-ec7d-42ca-98d7-0b7dff765eda {
  
}
}@media (max-width: 767px){#s-fde79321-ec7d-42ca-98d7-0b7dff765eda {
  display: none;
}
#s-fde79321-ec7d-42ca-98d7-0b7dff765eda, #wrap-s-fde79321-ec7d-42ca-98d7-0b7dff765eda { display: none !important; }}







#s-fde79321-ec7d-42ca-98d7-0b7dff765eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde79321-ec7d-42ca-98d7-0b7dff765eda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baf0d8c5-c5c9-49ac-8d01-7ad7e1920c71 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-baf0d8c5-c5c9-49ac-8d01-7ad7e1920c71 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-baf0d8c5-c5c9-49ac-8d01-7ad7e1920c71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-baf0d8c5-c5c9-49ac-8d01-7ad7e1920c71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-baf0d8c5-c5c9-49ac-8d01-7ad7e1920c71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-baf0d8c5-c5c9-49ac-8d01-7ad7e1920c71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f7ac8873-912f-4f13-aa99-150e7564041e {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f7ac8873-912f-4f13-aa99-150e7564041e {
  margin-top: 20px;
}
}







#s-f7ac8873-912f-4f13-aa99-150e7564041e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7ac8873-912f-4f13-aa99-150e7564041e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2241cc7e-b690-4d5d-9a39-6021bfd9d7a9 {
  text-align: center;
}







  #s-2241cc7e-b690-4d5d-9a39-6021bfd9d7a9 img.shogun-image {
    

    
    
    
  }


#s-2241cc7e-b690-4d5d-9a39-6021bfd9d7a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-871935cb-b63c-4062-bdef-3d35f70a5503 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-23179178-3563-4fe7-8697-4fb95585a187 {
  margin-top: 20px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-23179178-3563-4fe7-8697-4fb95585a187 {
  margin-bottom: 0px;
}
}







#s-23179178-3563-4fe7-8697-4fb95585a187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23179178-3563-4fe7-8697-4fb95585a187.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-847f6da5-c269-4184-91ff-977dc3e84a50 {
  text-align: center;
}







  #s-847f6da5-c269-4184-91ff-977dc3e84a50 img.shogun-image {
    

    
    
    
  }


#s-847f6da5-c269-4184-91ff-977dc3e84a50 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4d413fa-b022-4aa0-b02e-871d115fa16a {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-05c63ccf-4c54-49f1-a347-38aed36910e4 {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-05c63ccf-4c54-49f1-a347-38aed36910e4 {
  display: none;
}
#s-05c63ccf-4c54-49f1-a347-38aed36910e4, #wrap-s-05c63ccf-4c54-49f1-a347-38aed36910e4 { display: none !important; }}







#s-05c63ccf-4c54-49f1-a347-38aed36910e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05c63ccf-4c54-49f1-a347-38aed36910e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e129bff-64dd-4b85-a143-da2bf0964f26 {
  text-align: center;
}







  #s-8e129bff-64dd-4b85-a143-da2bf0964f26 img.shogun-image {
    

    
    
    
  }


#s-8e129bff-64dd-4b85-a143-da2bf0964f26 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc8e420d-4e1b-4420-bfd8-d4eb4a560d42 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-7d4eaa10-e462-40dc-943f-02dd83708f76 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-7d4eaa10-e462-40dc-943f-02dd83708f76 {
  display: none;
}
#s-7d4eaa10-e462-40dc-943f-02dd83708f76, #wrap-s-7d4eaa10-e462-40dc-943f-02dd83708f76 { display: none !important; }}







#s-7d4eaa10-e462-40dc-943f-02dd83708f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d4eaa10-e462-40dc-943f-02dd83708f76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b325a6da-7548-422e-8679-9cb63641eb43 {
  text-align: center;
}







  #s-b325a6da-7548-422e-8679-9cb63641eb43 img.shogun-image {
    

    
    
    
  }


#s-b325a6da-7548-422e-8679-9cb63641eb43 .shogun-image-content {
  
    align-items: center;
  
}

#s-82cd0834-5583-4ce4-bf79-4bb619eddb10 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-8a7c69d1-f0e1-4da2-8b7c-f1d6ecde85e1 {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(222, 238, 251, 1);
}
@media (min-width: 1200px){#s-8a7c69d1-f0e1-4da2-8b7c-f1d6ecde85e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a7c69d1-f0e1-4da2-8b7c-f1d6ecde85e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a7c69d1-f0e1-4da2-8b7c-f1d6ecde85e1 {
  
}
}@media (max-width: 767px){#s-8a7c69d1-f0e1-4da2-8b7c-f1d6ecde85e1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-8a7c69d1-f0e1-4da2-8b7c-f1d6ecde85e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a7c69d1-f0e1-4da2-8b7c-f1d6ecde85e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4139c1f8-51e6-4a28-88f1-02ef1eff16fc {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-4139c1f8-51e6-4a28-88f1-02ef1eff16fc {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-4139c1f8-51e6-4a28-88f1-02ef1eff16fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4139c1f8-51e6-4a28-88f1-02ef1eff16fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4139c1f8-51e6-4a28-88f1-02ef1eff16fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4139c1f8-51e6-4a28-88f1-02ef1eff16fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4139c1f8-51e6-4a28-88f1-02ef1eff16fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-6e8b4102-bf89-4404-919b-6a3f827f2ff0 {
  min-height: 500px;
}
}







#s-6e8b4102-bf89-4404-919b-6a3f827f2ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e8b4102-bf89-4404-919b-6a3f827f2ff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3093e39-8e70-4dc7-9462-221391996fc5 {
  margin-top: 50px;
margin-bottom: 50px;
max-width: 1000px;
aspect-ratio: 1000/1048;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3093e39-8e70-4dc7-9462-221391996fc5 {
  margin-right: -50px;
}
}




  #s-b3093e39-8e70-4dc7-9462-221391996fc5 img.shogun-image,
  #s-b3093e39-8e70-4dc7-9462-221391996fc5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3093e39-8e70-4dc7-9462-221391996fc5 {
    width: 100%;
    height: auto;
  }



  #s-b3093e39-8e70-4dc7-9462-221391996fc5 img.shogun-image {
    

    
    
    
  }


#s-b3093e39-8e70-4dc7-9462-221391996fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f0d9178-609a-4ed1-95a0-10d7540ba73c {
  min-height: 50px;
}








#s-0f0d9178-609a-4ed1-95a0-10d7540ba73c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f0d9178-609a-4ed1-95a0-10d7540ba73c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abe1e3a0-367f-406e-a0e4-ce5653a6dabc {
  max-width: 454px;
text-align: left;
}
@media (max-width: 767px){#s-abe1e3a0-367f-406e-a0e4-ce5653a6dabc {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-abe1e3a0-367f-406e-a0e4-ce5653a6dabc .shogun-heading-component h2 {
  color: rgba(28, 29, 29, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a056635f-b4a4-4a05-8802-7cd3c02b0271 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0%;
max-width: 454px;
}

#s-a68de7a8-7e3e-4653-b383-150198050503 {
  min-height: 50px;
background-color: rgba(0, 25, 44, 1);
}








#s-a68de7a8-7e3e-4653-b383-150198050503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68de7a8-7e3e-4653-b383-150198050503.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ed5fdf5-9442-48de-ac9f-375b989a25db {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-5ed5fdf5-9442-48de-ac9f-375b989a25db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ed5fdf5-9442-48de-ac9f-375b989a25db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ed5fdf5-9442-48de-ac9f-375b989a25db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ed5fdf5-9442-48de-ac9f-375b989a25db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5ed5fdf5-9442-48de-ac9f-375b989a25db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-406fa238-6c7a-4018-810e-639b7e3cf9a2 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-406fa238-6c7a-4018-810e-639b7e3cf9a2 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-406fa238-6c7a-4018-810e-639b7e3cf9a2 {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 410px;
}
}







#s-406fa238-6c7a-4018-810e-639b7e3cf9a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-406fa238-6c7a-4018-810e-639b7e3cf9a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d7a09ec-b39c-43ff-84e0-13e50c649d3d {
  padding-left: 10%;
text-align: left;
}
@media (max-width: 767px){#s-6d7a09ec-b39c-43ff-84e0-13e50c649d3d {
  padding-left: 0%;
}
}






  #s-6d7a09ec-b39c-43ff-84e0-13e50c649d3d img.shogun-image {
    

    
    
    
  }


#s-6d7a09ec-b39c-43ff-84e0-13e50c649d3d .shogun-image-content {
  
    align-items: center;
  
}

#s-05371e27-10dd-46d4-85bf-8b3048f6c42b {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
max-width: 434px;
text-align: left;
}
@media (max-width: 767px){#s-05371e27-10dd-46d4-85bf-8b3048f6c42b {
  padding-left: 0%;
}
}
#s-05371e27-10dd-46d4-85bf-8b3048f6c42b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-30069c93-1bfe-4652-8971-71d53d0fbc72 {
  padding-left: 10%;
}
@media (max-width: 767px){#s-30069c93-1bfe-4652-8971-71d53d0fbc72 {
  padding-left: 0%;
}
}
#s-8e5199d0-091c-4e28-aed1-d85b59f2bd6f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center center;
}
@media (max-width: 767px){#s-8e5199d0-091c-4e28-aed1-d85b59f2bd6f {
  min-height: 410px;
}
}







#s-8e5199d0-091c-4e28-aed1-d85b59f2bd6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e5199d0-091c-4e28-aed1-d85b59f2bd6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b4c0788-c73a-423c-bb01-143c62c7c253 {
  background-size: cover;
margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
min-height: 175px;
background-position: center center;
}
@media (min-width: 1200px){#s-5b4c0788-c73a-423c-bb01-143c62c7c253 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b4c0788-c73a-423c-bb01-143c62c7c253 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b4c0788-c73a-423c-bb01-143c62c7c253 {
  
}
}@media (max-width: 767px){#s-5b4c0788-c73a-423c-bb01-143c62c7c253 {
  
}
}







#s-5b4c0788-c73a-423c-bb01-143c62c7c253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b4c0788-c73a-423c-bb01-143c62c7c253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06dcf406-c8e2-488f-9dc7-14da3bb3d382 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-06dcf406-c8e2-488f-9dc7-14da3bb3d382 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06dcf406-c8e2-488f-9dc7-14da3bb3d382 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-06dcf406-c8e2-488f-9dc7-14da3bb3d382 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-06dcf406-c8e2-488f-9dc7-14da3bb3d382 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-5731afc5-4eb5-4ef9-a0b7-4f68c3365e72 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-5731afc5-4eb5-4ef9-a0b7-4f68c3365e72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5731afc5-4eb5-4ef9-a0b7-4f68c3365e72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5731afc5-4eb5-4ef9-a0b7-4f68c3365e72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5731afc5-4eb5-4ef9-a0b7-4f68c3365e72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ca07c15c-c80e-4dc0-80b5-4fde1eb23eb1 {
  min-height: 50px;
}








#s-ca07c15c-c80e-4dc0-80b5-4fde1eb23eb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca07c15c-c80e-4dc0-80b5-4fde1eb23eb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9d2e658-a685-4c1a-b08e-3efb19b25ffe {
  text-align: center;
}







  #s-a9d2e658-a685-4c1a-b08e-3efb19b25ffe img.shogun-image {
    

    
    
    
  }


#s-a9d2e658-a685-4c1a-b08e-3efb19b25ffe .shogun-image-content {
  
    align-items: center;
  
}

#s-41d9a44b-cd2e-4ec4-8f49-818cb842cd1d {
  min-height: 50px;
}
@media (max-width: 767px){#s-41d9a44b-cd2e-4ec4-8f49-818cb842cd1d {
  min-height: 50px;
}
}







#s-41d9a44b-cd2e-4ec4-8f49-818cb842cd1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d9a44b-cd2e-4ec4-8f49-818cb842cd1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ca178c4-6715-4132-a131-d2bb688258bc {
  text-align: center;
}







  #s-3ca178c4-6715-4132-a131-d2bb688258bc img.shogun-image {
    

    
    
    
  }


#s-3ca178c4-6715-4132-a131-d2bb688258bc .shogun-image-content {
  
    align-items: center;
  
}

#s-470d3057-3d3c-44f5-abf7-55693b8e928f {
  min-height: 50px;
}








#s-470d3057-3d3c-44f5-abf7-55693b8e928f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-470d3057-3d3c-44f5-abf7-55693b8e928f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4412575-2fc1-45da-9100-439a34693164 {
  text-align: center;
}







  #s-a4412575-2fc1-45da-9100-439a34693164 img.shogun-image {
    

    
    
    
  }


#s-a4412575-2fc1-45da-9100-439a34693164 .shogun-image-content {
  
    align-items: center;
  
}

#s-b729d3dc-4264-4e68-b824-8e4c6209dc21 {
  min-height: 50px;
}








#s-b729d3dc-4264-4e68-b824-8e4c6209dc21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b729d3dc-4264-4e68-b824-8e4c6209dc21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44a4589c-ae8b-470c-9256-3f93f7a1ffc0 {
  text-align: center;
}







  #s-44a4589c-ae8b-470c-9256-3f93f7a1ffc0 img.shogun-image {
    

    
    
    
  }


#s-44a4589c-ae8b-470c-9256-3f93f7a1ffc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d711daa7-1900-4a81-a514-9173966d4520 {
  min-height: 50px;
background-color: rgba(86, 145, 194, 1);
}








#s-d711daa7-1900-4a81-a514-9173966d4520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d711daa7-1900-4a81-a514-9173966d4520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d453c446-d67c-47fe-97ca-b3fba484f3d1 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-d453c446-d67c-47fe-97ca-b3fba484f3d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d453c446-d67c-47fe-97ca-b3fba484f3d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d453c446-d67c-47fe-97ca-b3fba484f3d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d453c446-d67c-47fe-97ca-b3fba484f3d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d453c446-d67c-47fe-97ca-b3fba484f3d1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e24da5ff-8daa-4885-9f9b-d4867485cb2e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center center;
}
@media (max-width: 767px){#s-e24da5ff-8daa-4885-9f9b-d4867485cb2e {
  min-height: 410px;
}
}







#s-e24da5ff-8daa-4885-9f9b-d4867485cb2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24da5ff-8daa-4885-9f9b-d4867485cb2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-488b422f-76a8-4a09-a04c-cfc07eacb279 {
  min-height: 50px;
}
@media (max-width: 767px){#s-488b422f-76a8-4a09-a04c-cfc07eacb279 {
  min-height: 410px;
}
}







#s-488b422f-76a8-4a09-a04c-cfc07eacb279 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-488b422f-76a8-4a09-a04c-cfc07eacb279.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b45e22e-416f-4d43-85c3-71559e02b26e {
  margin-top: 10%;
margin-bottom: 5px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4b45e22e-416f-4d43-85c3-71559e02b26e {
  margin-top: 0px;
margin-left: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b45e22e-416f-4d43-85c3-71559e02b26e {
  margin-top: 0px;
margin-left: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b45e22e-416f-4d43-85c3-71559e02b26e {
  margin-left: 5px;
}
}@media (max-width: 767px){#s-4b45e22e-416f-4d43-85c3-71559e02b26e {
  margin-left: 10%;
}
}
#s-4b45e22e-416f-4d43-85c3-71559e02b26e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-bef86d8f-3a4a-498e-a9a3-d6cb736396fb {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 20%;
max-width: 434px;
}
@media (min-width: 1200px){#s-bef86d8f-3a4a-498e-a9a3-d6cb736396fb {
  margin-right: 30%;
}
}@media (max-width: 767px){#s-bef86d8f-3a4a-498e-a9a3-d6cb736396fb {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
}
}
#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(250, 250, 250, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d:hover {background-color: rgba(214, 214, 214, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(28, 29, 29, 1) !important;}#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d:active {background-color: rgba(255, 179, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}

  #s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d-root {
    text-align: left;
  }


#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d-root {
    text-align: left;
  }


#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d-root {
    text-align: left;
  }


#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d-root {
    text-align: left;
  }


#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d-root {
    text-align: left;
  }


#s-5dfc4469-f4ad-4fe2-b30f-af9ee30fca0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-bb0bdd1a-b231-4658-afa4-311ed888b585 {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(198, 243, 253, 1);
}
@media (min-width: 1200px){#s-bb0bdd1a-b231-4658-afa4-311ed888b585 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb0bdd1a-b231-4658-afa4-311ed888b585 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb0bdd1a-b231-4658-afa4-311ed888b585 {
  
}
}@media (max-width: 767px){#s-bb0bdd1a-b231-4658-afa4-311ed888b585 {
  
}
}







#s-bb0bdd1a-b231-4658-afa4-311ed888b585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb0bdd1a-b231-4658-afa4-311ed888b585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75c1c143-d02d-43c5-a0f3-965b2581da67 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-75c1c143-d02d-43c5-a0f3-965b2581da67 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-75c1c143-d02d-43c5-a0f3-965b2581da67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75c1c143-d02d-43c5-a0f3-965b2581da67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75c1c143-d02d-43c5-a0f3-965b2581da67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75c1c143-d02d-43c5-a0f3-965b2581da67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-75c1c143-d02d-43c5-a0f3-965b2581da67"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-3e1b1ade-13be-4cf7-80a6-85e148ba5548 {
  min-height: 500px;
}
}







#s-3e1b1ade-13be-4cf7-80a6-85e148ba5548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e1b1ade-13be-4cf7-80a6-85e148ba5548.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b857744a-4df8-403c-a514-197d7e886f96 {
  max-width: 434px;
text-align: left;
}

#s-b857744a-4df8-403c-a514-197d7e886f96 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-9fd49024-fc1a-48af-a5df-fb3ec58070d4 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 434px;
}

#s-23b58dd8-3654-4454-8e52-34627680796d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 29, 29, 1);
}
#s-23b58dd8-3654-4454-8e52-34627680796d:hover {background-color: rgba(235, 235, 235, 1) !important;
text-decoration: none !important;
color: rgba(29, 29, 29, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-23b58dd8-3654-4454-8e52-34627680796d:active {background-color: rgba(255, 198, 242, 1) !important;
text-decoration: none !important;
color: rgba(28, 29, 29, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-23b58dd8-3654-4454-8e52-34627680796d {
  margin-bottom: 20px;
}
}

  #s-23b58dd8-3654-4454-8e52-34627680796d-root {
    text-align: left;
  }


#s-23b58dd8-3654-4454-8e52-34627680796d.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23b58dd8-3654-4454-8e52-34627680796d-root {
    text-align: left;
  }


#s-23b58dd8-3654-4454-8e52-34627680796d.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23b58dd8-3654-4454-8e52-34627680796d-root {
    text-align: left;
  }


#s-23b58dd8-3654-4454-8e52-34627680796d.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23b58dd8-3654-4454-8e52-34627680796d-root {
    text-align: left;
  }


#s-23b58dd8-3654-4454-8e52-34627680796d.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23b58dd8-3654-4454-8e52-34627680796d-root {
    text-align: left;
  }


#s-23b58dd8-3654-4454-8e52-34627680796d.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-419dc5a6-ebf6-4516-80b6-236d128d59a3 {
  min-height: 50px;
}








#s-419dc5a6-ebf6-4516-80b6-236d128d59a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-419dc5a6-ebf6-4516-80b6-236d128d59a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53868e43-2a62-4c08-b866-1a69585b8fdd {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-53868e43-2a62-4c08-b866-1a69585b8fdd {
  margin-right: -50px;
}
}






  #s-53868e43-2a62-4c08-b866-1a69585b8fdd img.shogun-image {
    

    
    
    
  }


#s-53868e43-2a62-4c08-b866-1a69585b8fdd .shogun-image-content {
  
    align-items: center;
  
}

#s-47d28421-43c4-4ee6-867c-8b1df044ef9a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-47d28421-43c4-4ee6-867c-8b1df044ef9a {
  margin-right: 10px;
}
}







#s-47d28421-43c4-4ee6-867c-8b1df044ef9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47d28421-43c4-4ee6-867c-8b1df044ef9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c23e6578-f506-40b8-9b24-b67b09214097 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c23e6578-f506-40b8-9b24-b67b09214097 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: left;
}
}
#s-c23e6578-f506-40b8-9b24-b67b09214097 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-c23e6578-f506-40b8-9b24-b67b09214097 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-c3440275-b303-4bad-a93e-77c45025184f {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 650px;
}
@media (max-width: 767px){#s-c3440275-b303-4bad-a93e-77c45025184f {
  margin-left: 20px;
margin-right: 0px;
padding-left: 20px;
padding-right: 40px;
}
}
#s-c3440275-b303-4bad-a93e-77c45025184f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c3440275-b303-4bad-a93e-77c45025184f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c3440275-b303-4bad-a93e-77c45025184f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c3440275-b303-4bad-a93e-77c45025184f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c3440275-b303-4bad-a93e-77c45025184f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c3440275-b303-4bad-a93e-77c45025184f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-29747794-a116-41df-a0f8-4bc6def4ef47 {
  margin-left: 10px;
margin-right: 10px;
}

#s-a67e6744-96cb-4e4f-858d-b7329b347710 {
  margin-left: 10px;
margin-right: 10px;
}

#s-b46becbe-1c6b-4af8-9352-46730148cbfb {
  margin-left: 10px;
margin-right: 10px;
}

#s-82e8074f-cc9f-4a3c-bc10-d7e43e49d491 {
  margin-left: 10px;
margin-right: 10px;
}

#s-00c40da5-16cf-4276-b84e-24d6aa22c43e {
  margin-left: 10px;
margin-right: 10px;
}

#s-0d7e8b10-17c3-493d-8c20-e1c685fdb5a8 {
  margin-left: 10px;
margin-right: 10px;
}

#s-bc56b21f-9a89-4664-ba97-ae76f3c2824c {
  margin-left: 10px;
margin-right: 10px;
}

/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

.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;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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-lazyload-bg-image{display:none}.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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
